.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(-90deg, #a6836b 0%, #d4ab8e 100%);
  background-blend-mode: normal, normal;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "cn_light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cn_medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_thin";
  src: url('../fonts/Montserrat-ExtraLight-5.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.cn_medium {
  font-family: "cn_medium";
}
.cn_light {
  font-family: "cn_light";
}
.regular {
  font-family: "regular";
}
.en_thin {
  font-family: "en_thin";
}
.en_regular {
  font-family: "en_regular";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.28rem;
  font-family: "cn_light";
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 0.5rem;
  height: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #a6836b;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky .header-wrapper,
.header-wrapper.black,
.header-wrapper.active {
  background: rgba(0, 0, 0, 0.5);
}
.sticky .header-wrapper .search,
.header-wrapper.black .search,
.header-wrapper.active .search {
  background-image: url(../img/search2.png);
}
.sticky .header-wrapper .language .caption,
.header-wrapper.black .language .caption,
.header-wrapper.active .language .caption {
  background-image: url(../img/lang2.png);
}
.sticky .header-wrapper .pc-nav-box li:hover > a:after,
.header-wrapper.black .pc-nav-box li:hover > a:after,
.header-wrapper.active .pc-nav-box li:hover > a:after,
.sticky .header-wrapper .pc-nav-box li.on > a:after,
.header-wrapper.black .pc-nav-box li.on > a:after,
.header-wrapper.active .pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper {
  padding: 0 0.5rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  transition: all 0.5s ease-out;
}
.header-wrapper.on {
  top: -1.1rem;
}
.header-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/headerbg.png) repeat bottom left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.header-wrapper .box {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1rem;
}
.header-wrapper .logo-box {
  width: 1.3rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .language {
  position: relative;
}
.header-wrapper .language.on .child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .language .caption {
  cursor: pointer;
  font-size: var(--fs16);
  font-family: "cn_light";
  color: #fff;
  line-height: 1rem;
  padding-left: 0.29rem;
  background-image: url(../img/lang.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-size: 0.22rem;
}
.header-wrapper .language .child {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 1.6rem;
  margin-left: -0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(27, 27, 27, 0.2);
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.05rem 0.2rem;
}
.header-wrapper .language .child a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  text-align: center;
  line-height: 0.3rem;
  padding: 0.08rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-wrapper .language .child a:hover {
  color: #a6836b;
}
.header-wrapper .language .child a:last-child {
  border-bottom: none;
}
.header-wrapper .search {
  cursor: pointer;
  width: 0.22rem;
  height: 0.22rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search.png);
  margin-left: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box {
  flex: 1;
  margin: 0 1.25rem 0 1.5rem;
}
.pc-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.pc-nav-box li {
  position: relative;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  font-size: 0.19rem;
  color: #fff;
  line-height: 1rem;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  background: #fff;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.pc-nav-box .nav {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 2.16rem;
  margin-left: -1.08rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 11px 0px rgba(27, 27, 27, 0.2);
  border-radius: 0.05rem;
  overflow: hidden;
  padding: 0.14rem 0.2rem;
}
.pc-nav-box .nav a {
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  padding: 0.08rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.pc-nav-box .nav a:hover {
  color: #a6836b;
}
.pc-nav-box .nav a:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1004px) {
  .header-wrapper .language:hover .child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #a6836b;
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #a6836b;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #a6836b;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #a6836b;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #a6836b;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .sticky .header-wrapper .nav-icon span,
  .header-wrapper.black .nav-icon span,
  .header-wrapper.active .nav-icon span {
    background: #fff;
  }
  .header-wrapper {
    padding: 0 0.3rem;
  }
  .header-wrapper.on {
    top: -1.4rem;
  }
  .header-wrapper .box {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 2rem;
  }
  .header-wrapper .language .caption {
    font-size: var(--fs14);
    line-height: 1.2rem;
    padding-left: 0.4rem;
    background-size: 0.3rem;
  }
  .header-wrapper .language .child {
    width: 2rem;
    margin-left: -1rem;
    padding: 0.1rem 0.2rem;
  }
  .header-wrapper .language .child a {
    font-size: var(--fs14);
    line-height: 0.4rem;
    padding: 0.12rem 0;
  }
  .header-wrapper .search {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .pc-nav-box {
    display: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
}
.footer-wrapper {
  padding: 0.92rem 0 0.8rem;
  background: #222;
  position: relative;
}
.footer-wrapper #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
}
.footer-wrapper .box-container {
  position: relative;
  z-index: 10;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  align-items: flex-end;
  margin-top: 0.86rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  font-family: "cn_light";
  color: #d4d4d4;
}
.footer-wrapper .copyright {
  line-height: 24px;
  margin-top: 0.13rem;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .contact-box {
  text-align: right;
  width: 26.04%;
}
.footer-wrapper .tel {
  display: inline-block;
  font-size: var(--fs36);
  color: #fff;
  font-family: "en_regular";
  line-height: 0.36rem;
  margin-bottom: 0.05rem;
}
.footer-wrapper p {
  font-size: var(--fs16);
  line-height: 24px;
  color: #d4d4d4;
  font-family: "cn_light";
}
.footer-wrapper .other {
  text-align: right;
}
.footer-wrapper .other .link a {
  color: #fff;
}
.footer-nav-box {
  flex: 1;
}
.footer-nav-box a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: block;
  line-height: 0.32rem;
}
.footer-nav-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  font-family: "cn_medium";
  color: #fff;
}
.footer-nav-box .nav {
  margin-top: 0.17rem;
}
.footer-nav-box .nav a {
  font-size: var(--fs14);
  font-family: "cn_light";
  color: rgba(255, 255, 255, 0.7);
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box span {
  display: inline-block;
  line-height: 0.2rem;
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.share {
  font-size: 0;
  margin-bottom: 0.35rem;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #333;
  border-radius: 50%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  margin-right: 0.15rem;
}
.share a:last-child {
  margin-right: 0;
}
.share a:hover {
  background: #a6836b;
}
.share a:hover .qrcodes {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, -0.1rem);
}
.share a > img {
  display: block;
  width: 0.23rem;
  margin: 0.14rem auto 0;
}
.share a:hover .qrcodes,
.share-box a:hover .qrcodes {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, -0.1rem);
}
.share .qrcodes,
.share-box .qrcodes {
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  top: auto;
  transform: translate(50%, 0.1rem);
  bottom: 100%;
}
.link {
  font-size: 0;
}
.link a {
  position: relative;
  font-size: var(--fs14);
  padding-right: 0.14rem;
  margin-right: 0.12rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #d4d4d4;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 2px;
  height: 13px;
  background: #7a7a7a;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.link span {
  display: inline-block;
  line-height: 0.2rem;
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.sidebar-box {
  position: fixed;
  width: 0.64rem;
  right: 0.1rem;
  bottom: 10%;
  z-index: 30;
}
.sidebar-box ul {
  list-style: none;
}
.sidebar-box li {
  position: relative;
  margin-bottom: 0.06rem;
}
.sidebar-box li:last-child {
  margin-bottom: 0;
}
.sidebar-box li:hover .hidebox {
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box li:hover .qrcodes {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box li > a {
  position: relative;
  z-index: 5;
  height: 0.64rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0 0.1rem;
  background-image: linear-gradient(0deg, #a6836b 0%, #d4ab8e 100%), linear-gradient(#e02027, #e02027);
  background-blend-mode: normal, normal;
  border-radius: 5px;
}
.sidebar-box p {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin-top: 0.06rem;
}
.sidebar-box img {
  display: block;
  width: 0.2rem;
  margin: 0 auto;
}
.sidebar-box .hidebox {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 2.5rem;
  background-color: #a6836b;
  text-align: left;
  height: 100%;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  right: -100%;
  border-radius: 5px;
}
.sidebar-box .hidebox p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 0.06rem;
}
.sidebar-box .tel .hidebox {
  width: 2.8rem;
  background-image: linear-gradient(0deg, #a6836b 0%, #d4ab8e 100%), linear-gradient(#e02027, #e02027);
  background-blend-mode: normal, normal;
}
.sidebar-box .tel .hidebox a {
  color: #fff;
  font-size: var(--fs24);
  font-family: "mb";
  line-height: 0.64rem;
  padding: 0 0.2rem;
}
.qrcodes {
  position: absolute;
  right: calc(100% + 0.1rem);
  top: 0;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.qrcodes .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.05rem 0;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.qrcodes .inner .item {
  position: relative;
  width: 1.1rem;
  text-align: center;
  padding: 0 0.05rem;
}
.qrcodes .inner .item:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ddd;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.qrcodes .inner .item:last-child:after {
  display: none;
}
.qrcodes .inner .item img {
  display: block;
  width: 100%;
}
.qrcodes p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-top: 0;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.48rem;
  margin-top: -0.48rem;
  width: 0.96rem;
  height: 0.96rem;
  cursor: pointer;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0.04rem solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-sizing: border-box;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
}
.video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .video video {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1004px) {
  .footer-nav-box {
    display: none;
  }
  .footer-wrapper {
    padding: 0.8rem 0;
  }
  .footer-wrapper .box-1,
  .footer-wrapper .box-2 {
    display: block;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.2rem;
  }
  .footer-wrapper .box-2 > .link {
    margin-bottom: 0.3rem;
  }
  .footer-wrapper .copyright {
    line-height: 0.44rem;
    margin-top: 0.13rem;
  }
  .footer-wrapper .contact-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    flex-direction: column-reverse;
    text-align: left;
    width: 100%;
  }
  .footer-wrapper .tel {
    font-size: var(--fs36);
    line-height: 0.48rem;
    margin-bottom: 0.06rem;
  }
  .footer-wrapper p {
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .footer-wrapper .other {
    text-align: left;
  }
  .share {
    margin-top: 0.6rem;
  }
  .share a {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.2rem;
  }
  .share a > img {
    width: 0.32rem;
    margin-top: 0.14rem;
  }
  .share a:hover .qrcodes,
  .share-box a:hover .qrcodes {
    transform: translate(0, -0.1rem);
  }
  .share .qrcodes,
  .share-box .qrcodes {
    right: auto;
    left: 0;
    transform: translate(0, 0.1rem);
  }
  .link a {
    padding-right: 0.18rem;
    margin-right: 0.14rem;
    line-height: 0.36rem;
  }
  .link a:after {
    top: 0.08rem;
    width: 1px;
    height: 0.2rem;
  }
  .link a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .link a:last-child:after {
    display: none;
  }
  .link span {
    display: inline-block;
    line-height: 0.2rem;
    background: url(../img/line.jpg) no-repeat;
    background-size: 0 1px;
    background-position: 100% 100%;
    transition: background-size 0.7s ease;
  }
}
.mt {
  margin-top: 1.2rem;
}
.padding {
  padding: 1.2rem 0;
}
.news-box {
  position: relative;
  z-index: 10;
}
.news-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-box .swiper-slide,
.news-box li {
  width: 31.38%;
  margin-right: 2.93%;
}
.news-box .swiper-slide:last-child,
.news-box li:last-child {
  margin-right: 0;
}
.news-box .swiper-slide:hover .title,
.news-box li:hover .title {
  color: #a6836b;
}
.news-box li {
  margin-top: 0.6rem;
}
.news-box li:nth-child(3n) {
  margin-right: 0;
}
.news-box li:nth-child(-n+3) {
  margin-top: 0;
}
.news-box .pic img {
  height: 2.9rem;
  object-fit: cover;
}
.news-box .info {
  margin-top: 0.3rem;
}
.news-box .time {
  font-size: var(--fs18);
  color: #2e2624;
  opacity: 0.32;
  line-height: 24px;
  font-family: "en_regular";
}
.news-box .title {
  font-size: var(--fs18);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.06rem auto 0.3rem;
}
.data.white .num:after {
  background-image: url(../img/circlebg2.png);
}
.data.white .num span {
  color: #fff;
}
.data.white p,
.data.white em {
  color: #fff;
}
.data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.data .num {
  display: inline-block;
  position: relative;
}
.data .num:after {
  content: "";
  position: absolute;
  right: 0.26rem;
  top: -0.23rem;
  z-index: 0;
  width: 0.73rem;
  height: 0.53rem;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../img/circlebg.png);
  background-size: 100%;
}
.data .num span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 0.6rem;
  font-family: "mb";
  color: #222;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-right: 0.14rem;
}
.data .num span,
.data .num em {
  display: inline-block;
}
.data .num em {
  position: relative;
}
.data .num em i {
  position: absolute;
}
.data .num i {
  position: relative;
  top: -0.24rem;
  font-family: "mm";
  display: inline-block;
  font-size: var(--fs30);
  color: #a6836b;
  left: 0;
  z-index: 1;
  line-height: 0.15rem;
  height: 0.15rem;
}
.data p,
.data em {
  font-size: var(--fs16);
  color: #666;
  font-family: "cn_light";
  line-height: 24px;
}
.data p {
  margin-top: 0.2rem;
}
.circle {
  position: relative;
}
.circle:before,
.circle:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 1px dotted #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  opacity: 0;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
.circle img {
  position: relative;
  z-index: 2;
  display: block;
  height: 0.8rem;
  margin: 0 auto;
}
.circleAni:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.circleAni:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.index-box-1 {
  background-image: url(../img/indexbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-box-1 .cat-box {
  position: relative;
  text-align: center;
}
.index-box-1 .cat-box:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-box-1 .cat-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 .cat-box a {
  position: relative;
  flex: 1;
  z-index: 10;
  padding-bottom: 0.38rem;
}
.index-box-1 .cat-box a.on figcaption,
.index-box-1 .cat-box a:hover figcaption {
  color: #a6836b;
}
.index-box-1 .cat-box a:hover .icon:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.index-box-1 .cat-box a:hover .icon:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.index-box-1 .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-1 .cat-box a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #a6836b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-1 .cat-box .icon:before,
.index-box-1 .cat-box .icon:after {
  border-color: #a6836b;
}
.index-box-1 .cat-box .icon img {
  display: block;
  margin: 0 auto;
  height: 0.8rem;
}
.index-box-1 .cat-box figcaption {
  font-size: var(--fs24);
  color: #2e2624;
  font-family: "cn_medium";
  margin-top: 0.47rem;
  line-height: 0.3rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-1 .swiper-box {
  margin-top: 0.82rem;
}
.index-box-1 .swiper-slide-active .info,
.index-box-1 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .info,
.index-box-1 .pic {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.35s;
}
.index-box-1 .pic {
  display: block;
}
.index-box-1 .info {
  width: 42.96%;
  padding-top: 1rem;
}
.index-box-1 .info:hover h3 {
  color: #a6836b;
}
.index-box-1 .info h3 {
  font-size: var(--fs40);
  color: #2e2624;
  line-height: 0.48rem;
  font-family: "cn_medium";
  transition: color 0.8s ease;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -ms-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
}
.index-box-1 .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #8b8e91;
  margin: 0.26rem auto 0.7rem;
}
.index-box-1 .pic {
  width: 50%;
  border-radius: 0.2rem;
}
.index-box-2.hasSwiper .swiper-btn {
  display: block;
}
.index-box-2 .index-energy-pic .swiper-slide:hover:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.index-box-2 .index-energy-pic .swiper-slide:hover:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.index-box-2 .index-energy-pic .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-box-2 .pic {
  position: relative;
  z-index: 1;
}
.index-box-2 .cat-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100%;
}
.index-box-2 .cat-box .swiper-container,
.index-box-2 .cat-box .swiper-wrapper {
  height: 100%;
}
.index-box-2 .cat-box .swiper-slide {
  width: 33.33%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
}
.index-box-2 .cat-box .swiper-slide.on {
  background-color: transparent;
}
.index-box-2 .cat-box .swiper-slide.on .inner {
  padding-top: 1.86rem;
}
.index-box-2 .cat-box .swiper-slide.on .brief,
.index-box-2 .cat-box .swiper-slide.on .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 .cat-box .inner {
  padding: 3.08rem 0.8rem 0;
  width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-2 .cat-box h3 {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.48rem;
  font-family: "cn_medium";
  margin: 0.6rem auto 0.25rem;
}
.index-box-2 .brief {
  font-size: var(--fs18);
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.34rem;
  font-family: "cn_light";
  margin-bottom: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 1.36rem;
}
.index-box-2 .brief,
.index-box-2 .index-more {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
}
.index-box-2 .index-more {
  transition-delay: 0.15s;
}
.index-box-2 .swiper-btn {
  display: none;
  background-size: 0.12rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.index-box-2 .swiper-btn:hover {
  background-color: #a6836b;
}
.index-box-2 .prev {
  left: 0.2rem;
  background-image: url("../img/i-prev4.png");
}
.index-box-2 .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.index-box-2 .next {
  right: 0.2rem;
  background-image: url("../img/i-next4.png");
}
.index-box-2 .next:hover {
  background-image: url("../img/i-next3.png");
}
.index-box-3 .info {
  text-align: center;
  padding: 0 0.8rem;
  margin-bottom: 0.75rem;
}
.index-box-3 .info h1 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-bottom: 0.27rem;
}
.index-box-3 .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.34rem;
  text-align: center;
  font-family: "cn_light";
}
.index-box-3 .video-box.on .pic {
  display: none;
}
.index-box-3 .video-box.on .video {
  display: block;
  animation: fadeIn 0.45s ease;
}
.index-box-3 .video-box .video {
  position: relative;
  display: none;
}
.index-box-4 {
  position: relative;
  padding: 1.15rem 0 2rem;
  background: #f8f8f8;
  overflow: hidden;
}
.wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: 0;
}
.index-box-5 .main {
  background-image: url(../img/index5bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 7.6rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-5 .main .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-5 .info {
  width: 39.06%;
}
.index-box-5 .info h2 {
  font-size: var(--fs30);
  color: #2e2624;
  line-height: 0.36rem;
}
.index-box-5 .desc {
  margin: 0.3rem auto 0.72rem;
}
.index-box-5 .pic {
  width: 45.57%;
}
.index-box-5 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-5 ul li {
  position: relative;
  width: 48.57%;
  overflow: hidden;
}
.index-box-5 ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-5 ul li:hover .line:before,
.index-box-5 ul li:hover .line:after {
  opacity: 1;
}
.index-box-5 ul li:hover .line span:before,
.index-box-5 ul li:hover .line span:after {
  opacity: 1;
}
.index-box-5 .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.index-box-5 .line:before,
.index-box-5 .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
}
.index-box-5 .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#a6836b), to(transparent));
  background: linear-gradient(right, #a6836b, transparent);
}
.index-box-5 .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#a6836b), to(transparent));
  background: linear-gradient(left, #a6836b, transparent);
}
.index-box-5 .line span:before,
.index-box-5 .line span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.index-box-5 .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6836b), to(transparent));
  background: linear-gradient(top, #a6836b, transparent);
}
.index-box-5 .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: -webkit-gradient(linear, left bottom, left top, from(#a6836b), to(transparent));
  background: linear-gradient(bottom, #a6836b, transparent);
}
@media screen and (min-width: 1004px) {
  .index-box-2 .cat-box .swiper-slide:hover .inner {
    padding-top: 1.86rem;
  }
  .index-box-2 .cat-box .swiper-slide:hover .icon:before {
    -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
    -moz-animation: iconScale 1.3s ease-out 100ms infinite;
    animation: iconScale 1.3s ease-out 100ms infinite;
  }
  .index-box-2 .cat-box .swiper-slide:hover .icon:after {
    -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
    -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
    animation: iconScale 1.3s ease-out 0.35s infinite;
  }
  .index-box-2 .cat-box .swiper-slide:hover .brief,
  .index-box-2 .cat-box .swiper-slide:hover .index-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-4 .swiper-container,
  .index-box-4 .swiper-wrapper {
    overflow: inherit;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-2 .cat-box .swiper-slide.on .inner {
    padding-top: 1.5rem;
  }
  .index-box-2 .cat-box .inner {
    padding-top: 2.6rem;
  }
  .index-box-2 .cat-box h3 {
    margin-top: 0.5rem;
  }
  .index-box-5 .main {
    height: 7.2rem;
  }
  .index-box-1 .desc {
    margin-top: 0.2rem;
  }
  .index-box-1 .info {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-5 .main {
    height: 6.8rem;
  }
  .index-box-1 .info {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .mt {
    margin-top: 1.1rem;
  }
  .padding {
    padding: 1.1rem 0;
  }
  .data ul {
    flex-flow: wrap;
  }
  .data li {
    width: 33%;
    margin-top: 0.6rem;
    padding-right: 0.1rem;
    margin-right: 2%;
  }
  .data li:nth-child(3n) {
    width: 30%;
    margin-right: 0;
  }
  .data li:nth-child(-n+3) {
    margin-top: 0;
  }
  .data .num:after {
    right: 0.34rem;
    top: -0.16rem;
    width: 0.63rem;
    height: 0.43rem;
  }
  .data .num span {
    font-size: var(--fs40);
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .data .num i {
    top: -0.24rem;
    font-size: var(--fs24);
    line-height: 0.24rem;
    height: 0.24rem;
  }
  .data p,
  .data em {
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .data p {
    margin-top: 0.1rem;
  }
  .circle:before,
  .circle:after {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .circle img {
    height: 0.8rem;
  }
  .index-box-1 .cat-box .box-container {
    padding: 0;
  }
  .index-box-1 .cat-box a {
    padding-bottom: 0.3rem;
  }
  .index-box-1 .cat-box a:after {
    height: 2px;
  }
  .index-box-1 .cat-box .icon img {
    height: 0.74rem;
  }
  .index-box-1 .cat-box figcaption {
    font-size: var(--fs18);
    margin-top: 0.3rem;
    line-height: 0.48rem;
  }
  .index-box-1 .swiper-box {
    margin-top: 0.8rem;
  }
  .index-box-1 .swiper-slide {
    flex-flow: wrap;
  }
  .index-box-1 .info {
    width: 100%;
  }
  .index-box-1 .info h3 {
    font-size: var(--fs40);
    line-height: 0.48rem;
  }
  .index-box-1 .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin: 0.2rem auto 0.5rem;
  }
  .index-box-1 .pic {
    width: 100%;
  }
  .index-box-2 .cat-box .swiper-slide {
    width: 100%;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .index-box-2 .cat-box .swiper-slide.on .inner {
    padding-top: 0;
  }
  .index-box-2 .cat-box .inner {
    width: 100%;
    padding: 0rem 1rem;
  }
  .index-box-2 .cat-box h3 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin: 0.8rem auto 0.3rem;
  }
  .index-box-2 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
    height: 1.92rem;
  }
  .index-box-2 .swiper-btn {
    display: block;
  }
  .index-box-2 .prev {
    left: 0.3rem;
  }
  .index-box-2 .next {
    right: 0.3rem;
  }
  .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.2rem;
  }
  .index-box-3 .box-container {
    padding: 0;
  }
  .index-box-3 .info,
  .index-box-3 .index-title-box,
  .index-box-3 .data {
    padding: 0 0.3rem;
  }
  .index-box-3 .info {
    margin-bottom: 0.8rem;
  }
  .index-box-3 .info h1 {
    font-size: var(--fs28);
    margin-bottom: 0.24rem;
  }
  .index-box-3 .content {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .index-box-3 .video-box .pic img {
    height: 3.6rem;
    object-fit: cover;
  }
  .index-box-4 {
    padding: 1.1rem 0 1.8rem;
  }
  .wave {
    margin-left: -50%;
  }
  .index-box-5 .main {
    height: auto;
    padding: 1.4rem 0;
    display: block;
    background-attachment: inherit;
    background-position: left 56% center;
  }
  .index-box-5 .main .box-container {
    display: block;
  }
  .index-box-5 .info {
    width: 100%;
  }
  .index-box-5 .info h2 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-5 .desc {
    margin: 0.3rem auto 0.6rem;
  }
  .index-box-5 .pic {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.index-title-box {
  text-align: center;
  margin-bottom: 0.56rem;
}
.index-title-box.white p,
.index-title-box.white h2 {
  color: #fff;
}
.index-title-box .line {
  width: 0.44rem;
  height: 2px;
  background-color: #45b474;
  margin-top: 0.48rem;
}
.index-title-box p {
  font-size: var(--fs36);
  font-family: "en_thin";
  line-height: 0.36rem;
  color: #a6836b;
  text-transform: uppercase;
  margin-bottom: 0.24rem;
}
.index-title-box h2 {
  font-size: var(--fs48);
  color: #2e2624;
  line-height: 0.48rem;
  font-weight: 700;
}
.index-title-box .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
  font-family: "cn_light";
  margin-top: 0.3rem;
}
.learn {
  display: inline-block;
  min-width: 1.4rem;
  line-height: 0.44rem;
  height: 0.44rem;
  border-radius: 27px;
  font-size: var(--fs15);
  color: #a6836b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.learn:hover {
  color: #fff;
  background: #a6836b;
  padding: 0 0.28rem;
  box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}
.learn:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../img/right.png);
}
.learn i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  background-image: url(../img/right2.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more {
  display: inline-block;
  min-width: 1.8rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #a6836b;
  border-radius: 27px;
  text-align: center;
  padding: 0 0.15rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more:hover {
  box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}
.index-more:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.index-more.xs {
  min-width: 1.5rem;
  line-height: 0.48rem;
  height: 0.48rem;
  font-size: var(--fs15);
}
.index-more.xs i {
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  background-image: url(../img/right3.png);
}
.index-more i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.18rem;
  height: 0.14rem;
  margin-left: 0.15rem;
  background-image: url(../img/right.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper:hover .prev {
  left: 0.7rem;
}
.index-banner-wrapper:hover .next {
  right: 0.7rem;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide:nth-child(even) .info {
  top: 26.04%;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 32.29%;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.index-banner-wrapper .en {
  font-size: 0.68rem;
  font-family: "mb";
  line-height: 0.68rem;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.26rem;
}
.index-banner-wrapper h2 {
  color: #fff;
  line-height: 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.index-banner-wrapper .swiper-btn {
  background-size: 0.08rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border: solid 2px rgba(255, 255, 255, 0.3);
}
.index-banner-wrapper .swiper-btn:hover {
  background-color: #fff;
}
.index-banner-wrapper .prev {
  left: -0.8rem;
  background-image: url("../img/i-prev2.png");
}
.index-banner-wrapper .prev:hover {
  background-image: url("../img/i-prev.png");
}
.index-banner-wrapper .next {
  right: -0.8rem;
  background-image: url("../img/i-next2.png");
}
.index-banner-wrapper .next:hover {
  background-image: url("../img/i-next.png");
}
.index-banner-wrapper .scroll {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 10;
  cursor: pointer;
}
.index-banner-wrapper .scroll .icon {
  animation: scrollDown 2s infinite ease-in-out;
  -webkit-animation: scrollDown 2s infinite ease-in-out;
}
.index-banner-wrapper .scroll p {
  color: #fff;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.index-banner-wrapper .icon {
  width: 0.32rem;
  height: 0.58rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/mouse.png);
  margin: 0 auto;
}
.index-banner-wrapper .swiper-pagination {
  display: none;
}
.page-banner-wrapper {
  position: relative;
  z-index: 10;
  /* input placeholder  */
}
.page-banner-wrapper .info,
.page-banner-wrapper .info2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper .info {
  padding-top: 1rem;
}
.page-banner-wrapper .info p {
  font-size: var(--fs24);
  line-height: 0.3rem;
  font-family: "cn_medium";
  color: #fff;
  margin-bottom: 0.08rem;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  display: inline-block;
  font-size: 0.72rem;
  line-height: 0.8rem;
  font-weight: 700;
  background-image: -webkit-linear-gradient(#fff, #b1b6c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04rem;
  margin-bottom: 0.5rem;
}
.page-banner-wrapper .white h1,
.page-banner-wrapper .white h2 {
  background-image: -webkit-linear-gradient(#fff, #fae3e4);
}
.page-banner-wrapper .yellow h1,
.page-banner-wrapper .yellow h2 {
  background-image: -webkit-linear-gradient(#fff, #d5d1c8);
}
.page-banner-wrapper .box-container {
  position: relative;
  text-align: center;
}
.page-banner-wrapper .search-box {
  position: relative;
  width: 5.3rem;
  margin: 0 auto;
}
.page-banner-wrapper .text {
  font-size: var(--fs15);
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: left;
  border-radius: 6px;
  padding: 0 1.6rem 0 0.2rem;
}
.page-banner-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
  font-size: var(--fs15);
}
.page-banner-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-size: var(--fs15);
}
.page-banner-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-size: var(--fs15);
}
.page-banner-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
  font-size: var(--fs15);
}
.page-banner-wrapper .text,
.page-banner-wrapper .btn {
  height: 0.48rem;
  line-height: 0.48rem;
}
.page-banner-wrapper .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 1.2rem;
  background-color: #a6836b;
  color: #fff;
  font-size: var(--fs17);
  border-radius: 0px 6px 6px 0px;
}
.page-banner-wrapper .btn img {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 0.15rem;
  margin-right: 0.12rem;
  vertical-align: middle;
}
.page-banner-wrapper .medium h1,
.page-banner-wrapper .medium h2 {
  font-size: 0.68rem;
}
.page-banner-wrapper .info2 p,
.page-banner-wrapper .info2 h1,
.page-banner-wrapper .info2 h2 {
  position: relative;
  z-index: 10;
}
.page-banner-wrapper .info2 p {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.3rem;
  font-family: "cn_medium";
  margin-bottom: 0.08rem;
}
.page-banner-wrapper .info2 .en {
  font-family: "mb";
  color: rgba(255, 255, 255, 0.11);
  line-height: 1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -0.24rem;
  z-index: 0;
  width: 100%;
}
.page-banner-wrapper .info2 h1,
.page-banner-wrapper .info2 h2 {
  margin-bottom: 0.32rem;
}
.page-banner-wrapper .line {
  width: 0.8rem;
  height: 0.04rem;
  background-color: #a6836b;
  margin: 0 auto;
}
@media screen and (min-width: 1004px) {
  .index-title-box .brief {
    width: 85.28%;
    margin-left: auto;
    margin-right: auto;
  }
  .green .page-nav-wrapper .nav > a.on,
  .green .page-nav-wrapper .nav > a:hover {
    color: #45b474;
  }
  .green .page-nav-wrapper .nav > a:before {
    background-color: #45b474;
  }
  .blue .page-nav-wrapper .nav > a.on,
  .blue .page-nav-wrapper .nav > a:hover {
    color: #4a9ecf;
  }
  .blue .page-nav-wrapper .nav > a:before {
    background-color: #4a9ecf;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 1.1rem;
    text-align: center;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    font-family: "cn_light";
    margin-right: 1rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #a6836b;
    font-family: "cn_medium";
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #a6836b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1600px) {
  .index-banner-wrapper .en {
    font-size: 0.64rem;
    line-height: 0.64rem;
  }
  .index-banner-wrapper h2 {
    font-size: 0.68rem;
    line-height: 0.7rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 1rem;
    margin-right: 0.9rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-banner-wrapper .en {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .index-banner-wrapper h2 {
    font-size: 0.64rem;
    line-height: 0.64rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.9rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .page-nav-wrapper .nav > a {
    line-height: 0.84rem;
    margin-right: 0.7rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-banner-wrapper {
    /* input placeholder  */
  }
  .page-banner-wrapper > img {
    height: 4.4rem;
    object-fit: cover;
  }
  .page-banner-wrapper .info {
    padding-top: 0.6rem;
  }
  .page-banner-wrapper .info p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .page-banner-wrapper .medium h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs30);
  }
  .page-banner-wrapper h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs30);
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .page-banner-wrapper .search-box {
    width: 90%;
  }
  .page-banner-wrapper .text {
    font-size: var(--fs14);
    padding: 0 1.6rem 0 0.3rem;
  }
  .page-banner-wrapper ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
    font-size: var(--fs14);
  }
  .page-banner-wrapper :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-size: var(--fs14);
  }
  .page-banner-wrapper ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    font-size: var(--fs14);
  }
  .page-banner-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
    font-size: var(--fs14);
  }
  .page-banner-wrapper .text,
  .page-banner-wrapper .btn {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .page-banner-wrapper .btn {
    width: 1.3rem;
    font-size: var(--fs14);
  }
  .page-banner-wrapper .btn img {
    top: -1px;
    width: 0.24rem;
    margin-right: 0.12rem;
  }
  .page-banner-wrapper .info2 {
    padding-top: 0.6rem;
  }
  .page-banner-wrapper .info2 p {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .page-banner-wrapper .info2 .en {
    line-height: 0.6rem;
    font-size: 0.6rem;
  }
  .page-banner-wrapper .info2 h1,
  .page-banner-wrapper .info2 h2 {
    margin-bottom: 0.4rem;
  }
  .page-banner-wrapper .line {
    width: 0.7rem;
    height: 0.06rem;
  }
  .index-title-box {
    margin-bottom: 0.64rem;
  }
  .index-title-box p {
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .index-title-box .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.36rem;
  }
  .learn {
    min-width: 1.8rem;
    line-height: 0.66rem;
    height: 0.66rem;
    border-radius: 20px;
    font-size: var(--fs14);
  }
  .learn:hover {
    padding: 0 0.3rem;
  }
  .learn i {
    top: -2px;
    width: 0.2rem;
    height: 0.14rem;
    margin-left: 0.16rem;
  }
  .index-more {
    min-width: 2.2rem;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 20px;
    padding: 0 0.3rem;
    font-size: var(--fs14);
  }
  .index-more.xs {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: var(--fs14);
  }
  .index-more.xs i {
    width: 0.2rem;
    height: 0.16rem;
    top: -2px;
    margin-left: 0.2rem;
  }
  .index-more i {
    top: -1px;
    width: 0.2rem;
    height: 0.16rem;
    margin-left: 0.2rem;
  }
  .index-banner-wrapper .swiper-slide:nth-child(even) .info {
    top: 30%;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .info {
    top: 34%;
  }
  .index-banner-wrapper .en {
    font-size: 0.56rem;
    line-height: 0.56rem;
    margin-bottom: 0.2rem;
  }
  .index-banner-wrapper h2 {
    line-height: 0.6rem;
    font-size: 0.58rem;
    letter-spacing: 0;
  }
  .index-banner-wrapper .swiper-btn {
    display: none;
  }
  .index-banner-wrapper .scroll {
    display: none;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
  }
  .index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 50%;
    margin-top: -0.22rem;
    left: 50%;
    margin-left: -0.22rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    fill: none;
  }
  .index-banner-wrapper .circle-chart__circle {
    stroke-linecap: square;
    fill: none;
  }
  .index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
    stroke: rgba(255, 255, 255, 0.2);
  }
  .index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
  }
  .index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
    animation: circle-chart-fill 3.8s linear reverse;
    -moz-animation: circle-chart-fill 3.8s linear reverse;
    -webkit-animation: circle-chart-fill 3.8s linear reverse;
    -ms-animation: circle-chart-fill 3.8s linear reverse;
  }
  .index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
    animation: circle-chart-fill 2.4s linear reverse;
    -moz-animation: circle-chart-fill 2.4s linear reverse;
    -webkit-animation: circle-chart-fill 2.4s linear reverse;
    -ms-animation: circle-chart-fill 2.4s linear reverse;
  }
  .index-banner-wrapper .swiper-pagination {
    display: block;
    bottom: 0.64rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.24rem;
    opacity: 1;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
    outline: none;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #a6836b;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
}
.page-box {
  padding: 1.25rem 0 1.4rem;
  position: relative;
  overflow: hidden;
}
.page-box-2 {
  padding: 1.2rem 0 1.7rem;
  position: relative;
  overflow: hidden;
}
.page-box-2 .wave {
  bottom: -38%;
}
.page-box-2 .box-container {
  position: relative;
  z-index: 10;
}
.goods-box {
  position: relative;
}
.goods-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-box li,
.goods-box .swiper-slide {
  width: 23.05%;
  margin-right: 2.6%;
  text-align: center;
  margin-top: 0.66rem;
}
.goods-box li:hover p,
.goods-box .swiper-slide:hover p {
  color: #a6836b;
}
.goods-box li a,
.goods-box .swiper-slide a {
  display: block;
}
.goods-box li p,
.goods-box .swiper-slide p {
  font-size: var(--fs22);
  color: #222;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.26rem;
}
.goods-box .pic {
  background-color: #f4f5f6;
}
.goods-box .pic img {
  object-fit: contain;
  mix-blend-mode: multiply;
}
.goods-box .on .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.goods-box .swiper-btn {
  background-size: 0.12rem;
  background-color: #f4f5f6;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goods-box .swiper-btn:hover {
  background-color: #a6836b;
}
.goods-box .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev4.png");
}
.goods-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.goods-box .next {
  right: -0.9rem;
  background-image: url("../img/i-next4.png");
}
.goods-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.download-box li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 0.8rem;
  background-color: #f7f7f7;
  margin-bottom: 0.2rem;
  line-height: 0.3rem;
  padding: 0 0.3rem 0 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.download-box li:last-child {
  margin-bottom: 0;
}
.download-box li:hover:before {
  opacity: 1;
  visibility: visible;
}
.download-box li:hover .time {
  color: rgba(255, 255, 255, 0.7);
}
.download-box li:hover .title,
.download-box li:hover .download {
  color: #fff;
}
.download-box li:hover .download i {
  background-image: url(../img/download2.png);
}
.download-box li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, #a6836b 0%, #d4ab8e 100%);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.download-box div,
.download-box a {
  position: relative;
  z-index: 2;
}
.download-box .time,
.download-box .title {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.download-box .time {
  font-size: var(--fs18);
  font-family: "en_regular";
  color: rgba(178, 180, 182, 0.8);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.download-box .title {
  font-size: var(--fs18);
  font-family: "cn_light";
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  margin: 0 0.6rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.download-box .download {
  font-size: var(--fs14);
  color: #666;
  font-family: "cn_light";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.download-box .download i {
  display: inline-block;
  width: 0.26rem;
  height: 0.22rem;
  background-image: url(../img/download.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin-right: 0.1rem;
}
.blue .category-box a.on {
  color: #4a9ecf;
}
.blue .category-box a:after {
  background: #4a9ecf;
}
.blue .sidebar-box li > a {
  background-image: linear-gradient(0deg, #4a9ecf 0%, #85dbf4 100%);
}
.blue .sidebar-box .tel .hidebox {
  background-image: linear-gradient(0deg, #4a9ecf 0%, #85dbf4 100%);
}
.blue .value-box .swiper-slide:hover .info h4,
.blue .scene-box .swiper-slide:hover h4 {
  color: #4a9ecf;
}
.green .category-box a.on {
  color: #45b474;
}
.green .category-box a:after {
  background: #45b474;
}
.green .sidebar-box li > a {
  background-image: linear-gradient(0deg, #45b474 0%, #90e693 100%);
}
.green .sidebar-box .tel .hidebox {
  background-image: linear-gradient(0deg, #45b474 0%, #90e693 100%);
}
.green .cate-box a.on p,
.green .cate-box a:hover p {
  color: #45b474;
}
.category-box {
  text-align: center;
  margin-bottom: 0.6rem;
}
.category-box a {
  position: relative;
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  padding-bottom: 0.09rem;
  margin-right: 0.86rem;
  font-family: "cn_light";
}
.category-box a:last-child {
  margin-right: 0;
}
.category-box a.on {
  color: #a6836b;
}
.category-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.category-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #a6836b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.contactBox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 7.2rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.contactBox .box-container {
  text-align: center;
}
.contactBox h2 {
  color: #fff;
  font-size: var(--fs48);
  line-height: 0.6rem;
  font-weight: 700;
}
.contactBox .brief {
  font-size: var(--fs22);
  font-family: "cn_light";
  line-height: 0.36rem;
  color: #fff;
  margin: 0.3rem auto 0.75rem;
}
.goodsinfo-wrapper .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.goodsinfo-wrapper .base .pic {
  width: 50%;
  background: #f4f5f6;
}
.goodsinfo-wrapper .base .pic img {
  width: 88.54%;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.goodsinfo-wrapper .base .info {
  width: 42.97%;
}
.goodsinfo-wrapper .base h1 {
  font-size: var(--fs30);
  font-family: "cn_medium";
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.goodsinfo-wrapper .base .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.34rem;
  font-family: "cn_light";
  margin-bottom: 0.44rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e5e5e5;
}
.goodsinfo-wrapper .caption {
  font-size: var(--fs18);
  font-family: "cn_medium";
  line-height: 0.3rem;
  margin-bottom: 3px;
}
.goodsinfo-wrapper .detail {
  margin-top: 1.4rem;
}
.goodsinfo-wrapper .content {
  font-size: var(--fs15);
  color: #666;
  line-height: 0.36rem;
  font-family: "cn_light";
  margin-bottom: 0.7rem;
}
.goodsinfo-wrapper .content b {
  font-family: "regular";
  font-weight: 500;
}
.goodsinfo-wrapper .content,
.goodsinfo-wrapper .content b {
  font-size: var(--fs15);
  color: #666;
}
.goodsinfo-wrapper .tab {
  font-size: 0;
  border: solid 1px #ededed;
}
.goodsinfo-wrapper .tab a {
  display: inline-block;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.5rem;
  min-width: 1.8rem;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.goodsinfo-wrapper .tab a.on {
  color: #fff;
  background: #a6836b;
}
.goodsinfo-wrapper .index-title-box {
  text-align: left;
}
.goodsinfo-wrapper .item {
  display: none;
  padding-top: 1.2rem;
}
.goodsinfo-wrapper table {
  width: 100%;
}
.goodsinfo-wrapper table td,
.goodsinfo-wrapper table th {
  width: 50%;
  height: 0.6rem;
  padding: 0.15rem 0.6rem;
  line-height: 0.3rem;
  font-size: var(--fs16);
}
.goodsinfo-wrapper table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.goodsinfo-wrapper table th {
  color: #fff;
  background: #a6836b;
  font-family: "cn_medium";
}
.goodsinfo-wrapper table td {
  color: #666;
  font-family: "cn_light";
  border: 1px solid #e0e0e0;
}
.contact-wrapper {
  padding-top: 0!important;
}
.contact-wrapper .message-box {
  background: url(../img/contactbg.jpg) no-repeat center center;
  background-size: cover;
}
.contact-wrapper .map-box .index-title-box {
  text-align: left;
}
.contact-wrapper .map-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .map-box .map {
  width: 56.25%;
  position: relative;
  overflow: hidden;
  height: 6.2rem;
}
.contact-wrapper .map-box .map .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contact-wrapper .map-box ul {
  list-style: none;
}
.contact-wrapper .contact {
  width: 37.76%;
}
.contact-wrapper .contact > ul li {
  position: relative;
  font-size: var(--fs16);
  font-family: "cn_light";
  color: #666;
  padding-left: 0.8rem;
  line-height: 0.36rem;
  margin-bottom: 0.24rem;
}
.contact-wrapper .contact > ul li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .contact .icon {
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 10;
  width: 0.45rem;
}
.contact-wrapper .qrcode {
  margin-top: 0.5rem;
}
.contact-wrapper .qrcode ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.contact-wrapper .qrcode li {
  width: 1.3rem;
  text-align: center;
  margin-right: 0.3rem;
}
.contact-wrapper .qrcode li:last-child {
  margin-right: 0;
}
.contact-wrapper .qrcode li img {
  display: block;
  width: 100%;
}
.contact-wrapper .qrcode .pic {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.contact-wrapper .qrcode figcaption {
  font-size: var(--fs16);
  color: #666;
  font-family: "cn_light";
  line-height: 24px;
  margin-top: 0.15rem;
}
.message-box {
  /* input placeholder  */
}
.message-box .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.message-box .group {
  position: relative;
  width: 49.35%;
  margin-top: 1.3%;
}
.message-box .group:nth-child(-n+2) {
  margin-top: 0;
}
.message-box .group.max {
  width: 100%;
}
.message-box .text,
.message-box .msg {
  width: 100%;
  font-size: var(--fs16);
  background-color: #fff;
  border-radius: 5px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-family: "cn_light";
  border: solid 1px #ededed;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.message-box .text:focus,
.message-box .msg:focus {
  border-color: #a6836b;
}
.message-box .text,
.message-box label {
  height: 0.55rem;
  line-height: 0.53rem;
}
.message-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.message-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.message-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.message-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.message-box label {
  position: absolute;
  left: 0.3rem;
  top: 0;
  z-index: 10;
  font-size: var(--fs16);
  color: #999;
  font-family: "cn_light";
}
.message-box label i {
  display: inline-block;
  color: #dc021c;
  margin-left: 0.06rem;
  font-size: var(--fs24);
}
.message-box .msg {
  height: 1.2rem;
  resize: none;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 0.3rem;
}
.message-box .index-more {
  margin: 0.6rem auto 0;
}
.news-wrapper .first-news {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 1.1rem;
}
.news-wrapper .first-news:hover .title {
  color: #a6836b;
}
.news-wrapper .first-news .pic,
.news-wrapper .first-news .info {
  width: 50%;
}
.news-wrapper .first-news .pic {
  display: block;
}
.news-wrapper .first-news .info {
  background: url(../img/newsbg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 1rem 0 0.9rem;
}
.news-wrapper .first-news .inner {
  width: 100%;
}
.news-wrapper .first-news .time {
  font-size: 0.26rem;
  color: #2e2624;
  opacity: 0.32;
  font-family: "mm";
  line-height: 0.3rem;
}
.news-wrapper .first-news .title {
  font-size: var(--fs28);
  line-height: 0.36rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
  margin: 0.35rem auto 0.14rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.news-wrapper .first-news .desc {
  line-height: 0.32rem;
  height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.news-wrapper .news-box li:hover {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.news-wrapper .news-box li:hover .info {
  padding-left: 0.36rem;
  padding-right: 0.36rem;
}
.news-wrapper .news-box li:hover .learn {
  color: #fff;
  background: #a6836b;
  padding: 0 0.28rem;
}
.news-wrapper .news-box li:hover .learn i {
  background-image: url(../img/right.png);
}
.news-wrapper .news-box li {
  background: #fff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.news-wrapper .news-box .info {
  padding-bottom: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.newsinfo-wrapper:after {
  display: none;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.newsinfo-wrapper .left {
  width: 67.7%;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.44rem;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs36);
  color: #a6836b;
  line-height: 0.48rem;
  font-weight: 700;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.3rem;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  font-family: "mb";
  font-size: 14px;
  color: #ccc;
  margin-right: 0.2rem;
  line-height: 24px;
}
.newsinfo-wrapper .other img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 0.08rem;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #777;
  line-height: 0.32rem;
  font-family: "cn_light";
}
.newsinfo-wrapper .right {
  width: 26.2%;
}
.newsinfo-wrapper .right ul {
  list-style: none;
  margin-top: 0.42rem;
}
.newsinfo-wrapper .right ul li {
  border-bottom: 1px solid #e9eaeb;
}
.newsinfo-wrapper .right ul li:first-child {
  border-top: 1px solid #e9eaeb;
}
.newsinfo-wrapper .right ul li:hover a {
  color: #a6836b;
  font-weight: 700;
}
.newsinfo-wrapper .right ul a {
  font-size: var(--fs18);
  color: #666;
  font-family: "cn_light";
  height: 0.7rem;
  line-height: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .caption {
  font-size: var(--fs30);
  font-weight: 700;
  color: #393435;
  line-height: 0.36rem;
}
.newsinfo-wrapper .en {
  color: rgba(0, 0, 0, 0.25);
  font-family: "en_regular";
  line-height: 24px;
  margin-top: 0.04rem;
  text-transform: uppercase;
}
.newsinfo-wrapper .first {
  margin-top: 0.33rem;
}
.newsinfo-wrapper .first:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.newsinfo-wrapper .first:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsinfo-wrapper .first:hover .title {
  color: #2e2624;
}
.newsinfo-wrapper .first a {
  display: block;
}
.newsinfo-wrapper .first .title {
  font-size: var(--fs24);
  color: #a6836b;
  font-family: "cn_medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.36rem;
  margin-top: 0.23rem;
}
.newsinfo-wrapper .relative-box {
  margin-top: 0.48rem;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
  font-size: var(--fs16);
  font-family: "cn_light";
}
.newsinfo-wrapper .relative-box p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  color: #999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p:hover a {
  font-weight: 700;
  color: #a6836b;
}
.newsinfo-wrapper .relative-box p a {
  color: #666;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .return {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  line-height: 0.5rem;
  background-color: #a6836b;
  border-radius: 25px;
  font-size: var(--fs16);
  color: #fff;
  font-family: "cn_light";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.newsinfo-wrapper .return img {
  margin-left: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.newsinfo-wrapper .return:hover {
  background-color: #2e2624;
}
.share-box {
  font-size: 0;
  margin-top: 0.4rem;
}
.share-box a {
  position: relative;
  display: inline-block;
  margin-right: 0.15rem;
  width: 0.36rem;
  height: 0.36rem;
}
.share-box a:hover .init {
  opacity: 0;
  visibility: hidden;
}
.share-box a:hover .on {
  opacity: 1;
  visibility: visible;
}
.share-box a > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.share-box .on {
  opacity: 0;
  visibility: hidden;
}
.hotline-wrapper .contact ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.hotline-wrapper .contact ul li {
  flex: 1;
  text-align: center;
}
.hotline-wrapper .contact ul li:hover .circle:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.hotline-wrapper .contact ul li:hover .circle:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.hotline-wrapper .circle {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 0.82rem;
}
.hotline-wrapper .circle:before,
.hotline-wrapper .circle:after {
  border-color: #a6836b;
}
.hotline-wrapper .info {
  margin-top: 0.44rem;
}
.hotline-wrapper .info p {
  font-size: var(--fs18);
  font-family: "cn_medium";
  line-height: 0.3rem;
  color: #262323;
  margin-bottom: 0.06rem;
}
.hotline-wrapper .info a {
  display: inline-block;
  font-size: var(--fs24);
  color: #808080;
  line-height: 0.3rem;
  font-family: "en_thin";
}
.social-wrapper {
  padding-top: 0!important;
}
.social-wrapper .box-1 {
  background: url(../img/socialbg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 7.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.social-wrapper .box-1 .info {
  width: 43.45%;
}
.social-wrapper .box-1 .line {
  width: 0.54rem;
  height: 0.03rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.social-wrapper .box-1 .index-title-box {
  text-align: left;
}
.social-wrapper .box-1 h3 {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-family: "cn_light";
  margin: 0.42rem auto 0.18rem;
}
.social-wrapper .box-1 .content {
  font-size: var(--fs18);
  line-height: 0.36rem;
  font-family: "cn_light";
}
.social-wrapper .box-2 {
  padding-top: 1.44rem;
  background: url(../img/social2bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.social-wrapper .box-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/social2bg2.png) no-repeat center center;
  background-size: 100%;
}
.social-wrapper .box-2:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: url(../img/circle_3.png) no-repeat center center;
  background-size: 100%;
}
.social-wrapper .box-2:after,
.social-wrapper .box-2 .main {
  width: 11.05rem;
}
.social-wrapper .box-2 .main {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 8.7rem;
}
.social-wrapper .box-2 .index-title-box {
  position: absolute;
  left: 0;
  top: 1.26rem;
  z-index: 10;
  width: 100%;
}
.social-wrapper .box-2 figcaption,
.social-wrapper .box-2 h5 {
  color: #fff;
  line-height: 0.3rem;
  width: 100%;
  font-size: var(--fs24);
}
.social-wrapper .box-2 .brief {
  font-size: var(--fs15);
  color: #fff;
  line-height: 0.26rem;
  font-family: "cn_light";
  max-height: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 0.1rem;
}
.social-wrapper .circle-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.social-wrapper .circle-box ul {
  list-style: none;
}
.social-wrapper .circle-box li {
  position: absolute;
  z-index: 10;
  width: 3.62rem;
}
.social-wrapper .circle-box li:hover .info {
  opacity: 1;
  visibility: visible;
}
.social-wrapper .circle-box li:hover figure figcaption,
.social-wrapper .circle-box li:hover figure img {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.social-wrapper .circle-box li:nth-child(even) figure {
  background-position: left center;
  background-image: url(../img/circle_l.png);
}
.social-wrapper .circle-box li:nth-child(1) {
  left: 0.07rem;
  top: 50%;
  margin-top: -1.03rem;
}
.social-wrapper .circle-box li:nth-child(1) figure {
  margin-right: 0;
  margin-left: auto;
}
.social-wrapper .circle-box li:nth-child(1) .info {
  text-align: right;
  left: 0;
  right: auto;
  padding-right: 0.54rem;
  padding-left: 0;
}
.social-wrapper .circle-box li:nth-child(2) {
  top: 1.95rem;
  right: 0.96rem;
}
.social-wrapper .circle-box li:nth-child(3) {
  bottom: 1.02rem;
  right: 1.96rem;
}
.social-wrapper .circle-box li:nth-child(3) figure {
  background-position: left center;
  background-image: url(../img/circle_l.png);
}
.social-wrapper .circle-box li figure {
  width: 2.05rem;
  height: 2.05rem;
  background-image: url(../img/circle_r.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  text-align: center;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  align-content: center;
  align-items: center;
}
.social-wrapper .circle-box li figure img {
  display: block;
  height: 0.8rem;
  margin: 0 auto;
}
.social-wrapper .circle-box li figure figcaption,
.social-wrapper .circle-box li figure img {
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.social-wrapper .circle-box figcaption {
  margin-top: 0.2rem;
}
.social-wrapper .circle-box .info {
  position: absolute;
  padding-left: 0.54rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.social-wrapper .logo {
  width: 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.social-wrapper .logo img {
  display: block;
  width: 100%;
}
.social-wrapper .one,
.social-wrapper .two {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.social-wrapper .one {
  width: 6rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -3rem;
  margin-top: -3rem;
  background-image: url(../img/circle_1.png);
  animation: circleL 50s linear infinite;
}
.social-wrapper .two {
  width: 4.36rem;
  height: 4.36rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -2.18rem;
  margin-top: -2.18rem;
  background-image: url(../img/circle_2.png);
  animation: circleR 10s linear infinite;
}
.social-wrapper .box-3 {
  position: relative;
  text-align: center;
  margin-top: 0.94rem;
}
.social-wrapper .box-3 .box-container {
  position: relative;
  z-index: 10;
}
.social-wrapper .box-3 .main {
  position: relative;
}
.social-wrapper .box-3 .swiper-box {
  width: 62.5%;
}
.social-wrapper .box-3 .swiper-box .info {
  display: none;
}
.social-wrapper .box-3 .swiper-slide {
  text-align: left;
}
.social-wrapper .box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.social-wrapper .box-3 .swiper-slide .pic img {
  height: 5.4rem;
  object-fit: cover;
}
.social-wrapper .box-3 .swiper-pagination {
  display: none;
}
.social-wrapper .box-3 .activity-box {
  width: 41.21%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.social-wrapper .box-3 .activity-box ul {
  list-style: none;
  text-align: left;
}
.social-wrapper .box-3 .activity-box li {
  padding: 0.44rem 0.6rem;
  background-color: #fff;
  margin-bottom: 0.08rem;
  box-shadow: 0px 5px 30px 0px rgba(4, 0, 0, 0.06);
}
.social-wrapper .box-3 .activity-box li:last-child {
  margin-bottom: 0;
}
.social-wrapper .box-3 .activity-box li.on .title {
  color: #a6836b;
}
.social-wrapper .box-3 .time {
  font-size: var(--fs18);
  font-family: "mm";
  line-height: 0.24rem;
  color: #2e2624;
  opacity: 0.32;
  margin-bottom: 0.08rem;
}
.social-wrapper .box-3 .title {
  font-size: var(--fs22);
  line-height: 0.36rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 0.36rem;
}
.social-wrapper .box-3 .index-more {
  margin-top: 0.8rem;
}
.social-wrapper .wave {
  bottom: -60%;
}
.party-wrapper .content {
  text-align: center;
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  font-family: "cn_light";
}
.party-wrapper .box-2 .icon {
  position: relative;
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.7rem;
}
.party-wrapper .box-2 .icon img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  height: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.party-wrapper .box-2 .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(0.5);
}
.party-wrapper .box-2 .swiper-slide {
  width: 25%;
  text-align: center;
  background-color: #fbfafa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0.64rem;
  padding-right: 0.42rem;
  height: 6.4rem;
  padding-top: 1.7rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.party-wrapper .box-2 .swiper-slide:nth-child(even) {
  background-color: #f6f6f6;
}
.party-wrapper .box-2 .swiper-slide:hover {
  padding-top: 0.85rem;
  background-image: url(../img/party2bg.jpg);
}
.party-wrapper .box-2 .swiper-slide:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(0.5);
}
.party-wrapper .box-2 .swiper-slide:hover .icon .on {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.party-wrapper .box-2 .swiper-slide:hover .line,
.party-wrapper .box-2 .swiper-slide:hover .en {
  display: none;
}
.party-wrapper .box-2 .swiper-slide:hover h4 {
  color: #fff;
}
.party-wrapper .box-2 .swiper-slide:hover .desc {
  opacity: 1;
  visibility: visible;
}
.party-wrapper .box-2 .swiper-slide .icon,
.party-wrapper .box-2 .swiper-slide h4,
.party-wrapper .box-2 .swiper-slide .en,
.party-wrapper .box-2 .swiper-slide .desc,
.party-wrapper .box-2 .swiper-slide .line {
  padding-right: 0.2rem;
}
.party-wrapper .box-2 h4 {
  font-size: var(--fs24);
  color: #2e2624;
  font-family: "cn_medium";
  line-height: 0.4rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  margin-bottom: 0.22rem;
}
.party-wrapper .box-2 .en {
  font-size: var(--fs16);
  font-family: "en_thin";
  text-transform: uppercase;
  color: #a6836b;
  line-height: 0.24rem;
  margin-top: 0.25rem;
}
.party-wrapper .box-2 .line {
  width: 0.44rem;
  height: 2px;
  background-color: #e1e1e1;
  margin: 0 auto;
}
.party-wrapper .box-2 .desc {
  font-size: var(--fs15);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
  max-height: 2.7rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.party-wrapper .box-2 .desc::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.party-wrapper .box-2 .desc::-webkit-scrollbar-thumb {
  background-color: #a6836b;
}
.party-wrapper .box-3 {
  text-align: center;
}
.party-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.party-wrapper .box-3 li {
  width: 23.63%;
  margin-right: 1.826%;
  margin-top: 1.826%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}
.party-wrapper .box-3 li:nth-child(4n),
.party-wrapper .box-3 li:last-child {
  margin-right: 0;
}
.party-wrapper .box-3 li:hover h5 {
  color: #a6836b;
}
.party-wrapper .box-3 li:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.party-wrapper .box-3 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.party-wrapper .box-3 .pic img {
  height: 2.04rem;
  object-fit: cover;
}
.party-wrapper .box-3 .info {
  text-align: left;
  padding: 0.23rem 0.4rem 0.3rem 0.28rem;
}
.party-wrapper .box-3 h5 {
  font-size: var(--fs22);
  color: #000;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-family: "cn_medium";
}
.party-wrapper .box-3 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.07rem auto 0.28rem;
}
.party-wrapper .box-3 .time {
  font-size: var(--fs14);
  color: #2e2624;
  opacity: 0.32;
  line-height: 0.24rem;
  font-family: "en_regular";
}
.party-wrapper .box-3 .index-more {
  margin-top: 0.8rem;
}
.about-wrapper {
  padding-top: 0!important;
}
.about-wrapper .box-1 {
  padding: 1.24rem 0 1.35rem;
  background: url(../img/aboutbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-wrapper .box-1 .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0px 34px 40px 0px rgba(0, 0, 0, 0.06);
}
.about-wrapper .box-1 .index-title-box {
  text-align: left;
}
.about-wrapper .box-1 .info-box,
.about-wrapper .box-1 .video-box {
  width: 50%;
}
.about-wrapper .box-1 .info-box {
  background-color: #fff;
  padding: 0.15rem 1rem;
}
.about-wrapper .box-1 .video-box .pic,
.about-wrapper .box-1 .video-box figure,
.about-wrapper .box-1 .video-box .pic img,
.about-wrapper .box-1 .video-box .video {
  height: 100%;
}
.about-wrapper .box-1 .video-box .video video,
.about-wrapper .box-1 .video-box .pic img {
  height: 100%;
  object-fit: cover;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs15);
  color: #666;
  line-height: 0.3rem;
  font-family: "cn_light";
  overflow-y: auto;
  max-height: 3.9rem;
  padding-right: 0.2rem;
}
.about-wrapper .box-1 .content::-webkit-scrollbar {
  width: 4px;
  background-color: #f7f8f9;
}
.about-wrapper .box-1 .content::-webkit-scrollbar-thumb {
  background-color: #a6836b;
}
.about-wrapper .quicklink-box {
  width: 100%;
  margin-top: 1.34rem;
}
.about-wrapper .quicklink-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .quicklink-box ul li {
  width: 16.66%;
}
.about-wrapper .quicklink-box ul li:hover .icon {
  transform: rotateY(180deg);
}
.about-wrapper .quicklink-box ul li:hover p {
  color: #a6836b;
}
.about-wrapper .quicklink-box a {
  display: block;
}
.about-wrapper .quicklink-box .icon {
  display: block;
  height: 0.8rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.about-wrapper .quicklink-box p {
  font-size: var(--fs20);
  color: #2e2624;
  line-height: 0.3rem;
  margin-top: 0.16rem;
  text-align: center;
  font-family: "cn_medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.about-wrapper .data ul {
  flex-flow: wrap;
}
.about-wrapper .data ul li {
  width: 40%;
  margin-top: 1.08rem;
}
.about-wrapper .data ul li:nth-child(3n) {
  width: 20%;
}
.about-wrapper .data .num span {
  font-size: 0.8rem;
  line-height: 0.7rem;
  height: 0.7rem;
}
.about-wrapper .box-2 {
  background: url(../img/about2bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  min-height: 9.2rem;
}
.about-wrapper .box-3 {
  background: url(../img/about3bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-wrapper .box-3 .year-box {
  margin-top: 0.7rem;
}
.about-wrapper .box-3 .year-box .swiper-container {
  padding-top: 0.08rem;
}
.about-wrapper .box-3 .year-box .swiper-slide {
  cursor: pointer;
  width: 25%;
  text-align: center;
}
.about-wrapper .box-3 .year-box .swiper-slide.on p {
  font-size: var(--fs24);
  color: #a6836b;
  font-family: "mm";
}
.about-wrapper .box-3 .year-box .swiper-slide.on .icon i {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-3 .year-box .swiper-slide.on .icon:before {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-3 .year-box .swiper-slide.on .icon:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-wrapper .box-3 .year-box .swiper-slide p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  font-family: "en_thin";
  margin-top: 0.14rem;
  transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
}
.about-wrapper .box-3 .year-box .icon {
  width: 0.49rem;
  height: 0.4rem;
  position: relative;
  margin: 0 auto;
}
.about-wrapper .box-3 .year-box .icon:before,
.about-wrapper .box-3 .year-box .icon:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.about-wrapper .box-3 .year-box .icon:before {
  top: -0.07rem;
  background-size: 0.23rem;
  background-image: url(../img/local.png);
}
.about-wrapper .box-3 .year-box .icon:after {
  background-size: 100%;
  background-image: url(../img/local_on.png);
  opacity: 0;
  visibility: hidden;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.about-wrapper .box-3 .year-box .icon i {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0.14rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.about-wrapper .box-3 .year-box .icon i:after {
  content: "";
  width: 0.1rem;
  height: 0.08rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.05rem;
  margin-top: -0.04rem;
  z-index: 1;
}
.about-wrapper .box-3 .detail-box .box-container {
  position: relative;
}
.about-wrapper .box-3 .detail-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-3 .detail-box .swiper-slide-active .pic,
.about-wrapper .box-3 .detail-box .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-3 .detail-box .pic,
.about-wrapper .box-3 .detail-box .info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.15s;
}
.about-wrapper .box-3 .detail-box .pic {
  width: 50%;
}
.about-wrapper .box-3 .detail-box .info {
  width: 50%;
  background: url(../img/historybg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .box-3 .detail-box .inner {
  width: 100%;
  padding: 0 1rem;
}
.about-wrapper .box-3 .year {
  display: inline-block;
  font-size: 0.44rem;
  line-height: 0.48rem;
  font-family: "en_regular";
}
.about-wrapper .box-3 .line {
  width: 0.44rem;
  height: 2px;
  background-color: #cbcbcb;
  margin: 0.22rem 0 0.3rem;
}
.about-wrapper .box-3 .desc,
.about-wrapper .box-3 .desc li {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
  font-family: "cn_light";
}
.about-wrapper .box-3 .desc {
  height: 2.52rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.about-wrapper .box-3 .desc::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.about-wrapper .box-3 .desc::-webkit-scrollbar-thumb {
  background-color: #a6836b;
}
.about-wrapper .box-3 .desc ul {
  list-style: none;
}
.about-wrapper .box-3 .desc li {
  position: relative;
  padding-left: 0.32rem;
}
.about-wrapper .box-3 .desc li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #a6836b;
  position: absolute;
  left: 0;
  top: calc((0.36rem - 5px) / 2);
  z-index: 10;
}
.about-wrapper .year-box {
  position: relative;
}
.about-wrapper .year-box:before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background: #cbcbcb;
  position: absolute;
  left: 0;
  top: 0.32rem;
  z-index: 0;
}
.about-wrapper .year-box .box-container {
  padding: 0 0.8rem;
  position: relative;
  z-index: 10;
}
.about-wrapper .year-box .swiper-btn {
  transform: none;
  top: 0.08rem;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.about-wrapper .year-box .swiper-btn:hover {
  background-color: #a6836b;
}
.about-wrapper .year-box .prev {
  left: 0;
  background-image: url("../img/i-prev8.png");
}
.about-wrapper .year-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.about-wrapper .year-box .next {
  right: 0;
  background-image: url("../img/i-next8.png");
}
.about-wrapper .year-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.about-wrapper .box-4 .swiper-container {
  padding: 0.16rem 0;
}
.about-wrapper .box-4 .swiper-container:first-child {
  padding-top: 0.32rem;
}
.about-wrapper .box-4 .swiper-container:last-child {
  padding-bottom: 0.32rem;
}
.about-wrapper .box-4 .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
  border-radius: 10px;
}
.about-wrapper .box-4 .swiper-slide img {
  height: 1.9rem;
  object-fit: contain;
}
.honor-wrapper .box {
  display: none;
}
.honor-wrapper .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-wrapper .list ul {
  list-style-type: none;
  width: 23.44%;
  margin-right: 2.08%;
}
.honor-wrapper .list ul:nth-child(4n) {
  margin-right: 0;
}
.honor-wrapper .list li {
  height: 2.3rem;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
  border-radius: 0.1rem;
  margin-bottom: 0.38rem;
  padding: 0.45rem 0.45rem 0.4rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: center;
}
.honor-wrapper .list li:last-child {
  margin-bottom: 0;
}
.honor-wrapper .list li:hover {
  height: 3.14rem;
}
.honor-wrapper .list li:hover .init {
  height: 0;
}
.honor-wrapper .list li:hover .on {
  height: 1.75rem;
}
.honor-wrapper .list li img {
  display: block;
  margin: 0 auto;
  transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
}
.honor-wrapper .list .init {
  height: 0.65rem;
}
.honor-wrapper .list .on {
  object-fit: contain;
  width: 100%;
  height: 0;
}
.honor-wrapper .list p {
  font-size: var(--fs20);
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.24rem;
}
.culture-wrapper .cat-box {
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.culture-wrapper .cat-box a {
  position: relative;
  font-size: var(--fs24);
  color: #2e2624;
  font-family: "cn_medium";
  flex: 1;
  line-height: 0.3rem;
  padding-bottom: 0.4rem;
}
.culture-wrapper .cat-box a.on {
  color: #a6836b;
}
.culture-wrapper .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.culture-wrapper .cat-box a:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background: #a6836b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.culture-wrapper .box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.culture-wrapper .box-1 .swiper-slide-active .info .box-container {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.culture-wrapper .box-1 .info .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.35s;
}
.culture-wrapper .box-1 .info .box-container .desc,
.culture-wrapper .box-1 .info .box-container .brief,
.culture-wrapper .box-1 .info .box-container h3 {
  width: 3.8rem;
}
.culture-wrapper .box-1 .icon {
  display: block;
  height: 0.74rem;
  margin-bottom: 0.45rem;
}
.culture-wrapper .box-1 .en {
  font-size: 0.26rem;
  color: #fff;
  font-family: "en_thin";
  line-height: 0.36rem;
  text-transform: uppercase;
}
.culture-wrapper .box-1 h3 {
  font-size: var(--fs40);
  color: #fff;
  font-family: "cn_medium";
  line-height: 0.48rem;
  margin: 0.12rem 0 0.4rem;
}
.culture-wrapper .box-1 .line {
  width: 0.44rem;
  height: 2px;
  background-color: #fff;
}
.culture-wrapper .box-1 .brief {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
  margin: 0.38rem 0 0.1rem;
}
.culture-wrapper .box-1 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  font-family: "cn_light";
}
.culture-wrapper .box-2 {
  text-align: center;
}
.culture-wrapper .box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .box-2 .swiper-slide:hover h5 {
  color: #a6836b;
}
.culture-wrapper .box-2 .swiper-slide a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.culture-wrapper .box-2 .pic {
  width: 70.96%;
}
.culture-wrapper .box-2 .pic img {
  height: 6rem;
  object-fit: cover;
}
.culture-wrapper .box-2 .info {
  background: url(../img/culturebg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1.06rem;
  text-align: left;
}
.culture-wrapper .box-2 .en {
  font-size: 0.28rem;
  text-transform: uppercase;
  font-family: "en_thin";
  color: #a6836b;
  line-height: 0.36rem;
}
.culture-wrapper .box-2 h5 {
  font-size: var(--fs30);
  color: #2e2624;
  line-height: 0.5rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin: 0.02rem auto 0.18rem;
}
.culture-wrapper .box-2 .desc {
  font-size: var(--fs16);
  color: #888;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.culture-wrapper .box-2 .index-more {
  margin-top: 0.8rem;
}
.culture-wrapper .box-2 .info,
.culture-wrapper .btn {
  width: 29.04%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.culture-wrapper .btn {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: absolute;
  right: 0;
  bottom: 1.06rem;
  z-index: 10;
}
.culture-wrapper .btn a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.culture-wrapper .btn a:hover {
  background-color: #a6836b;
}
.culture-wrapper .prev {
  margin-right: 0.3rem;
  background-image: url("../img/i-prev4.png");
}
.culture-wrapper .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.culture-wrapper .next {
  background-image: url("../img/i-next4.png");
}
.culture-wrapper .next:hover {
  background-image: url("../img/i-next3.png");
}
.stock-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.stock-wrapper .box-1 .info {
  width: 43.62%;
}
.stock-wrapper .box-1 h1 {
  font-size: 0.26rem;
  color: #555;
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
}
.stock-wrapper .box-1 .index-title-box {
  text-align: left;
}
.stock-wrapper .box-1 .desc {
  font-size: var(--fs15);
  color: #999;
  line-height: 0.3rem;
  font-family: "cn_light";
  margin: 0.65rem auto 0.18rem;
}
.stock-wrapper .box-1 .number {
  font-size: var(--fs18);
  color: #0f9616;
  font-family: "mm";
  text-transform: uppercase;
  line-height: 0.5rem;
}
.stock-wrapper .box-1 .number.up {
  color: #dc2222;
}
.stock-wrapper .box-1 .number span {
  font-size: 0.54rem;
  display: inline-block;
  margin-right: 0.18rem;
  font-family: "en_regular";
}
.stock-wrapper .frame {
  position: relative;
  width: 50%;
  height: 5.5rem;
  overflow: hidden;
  border: solid 2px rgba(46, 48, 54, 0.2);
}
.stock-wrapper .frame .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stock-wrapper .frame iframe {
  height: 5.5rem;
  width: 100%;
}
.stock-wrapper .datas ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
}
.stock-wrapper .datas li {
  position: relative;
  width: 25%;
  padding-right: 0.2rem;
}
.stock-wrapper .datas p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.24rem;
  font-family: "cn_light";
  margin-bottom: 0.13rem;
}
.stock-wrapper .datas .num {
  font-size: 0.32rem;
  color: #666;
  font-family: "en_thin";
  line-height: 0.36rem;
}
.support-wrapper {
  background: url(../img/supportbg.jpg) no-repeat center center;
  background-size: cover;
}
.support-wrapper .message-box .text {
  padding-left: 1.3rem;
}
.support-wrapper .message-box .msg {
  height: 2rem;
}
.service-wrapper .box-1 {
  background: url(../img/servicebg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 1.36rem;
}
.service-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.service-wrapper .box-1 ul {
  list-style: none;
}
.service-wrapper .box-1 .left {
  width: 43.62%;
}
.service-wrapper .box-1 .left h3 {
  font-size: var(--fs36);
  color: #2e2624;
  font-family: "cn_medium";
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}
.service-wrapper .box-1 .left .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin: 0.24rem auto 0.38rem;
}
.service-wrapper .box-1 .left .line {
  width: 0.44rem;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.service-wrapper .box-1 .contact li {
  line-height: 24px;
  margin-bottom: 0.2rem;
}
.service-wrapper .box-1 .contact li:last-child {
  margin-bottom: 0;
}
.service-wrapper .box-1 .contact p {
  font-size: var(--fs16);
  color: #999;
  font-family: "cn_light";
  margin-bottom: 0.04rem;
}
.service-wrapper .box-1 .contact a {
  font-size: var(--fs20);
  font-family: "mb";
  line-height: 0.3rem;
  color: #2e2624;
  display: inline-block;
}
.service-wrapper .box-1 .contact figure {
  width: 1.2rem;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  margin-top: 0.1rem;
}
.service-wrapper .box-1 .contact figure img {
  display: block;
  width: 100%;
}
.service-wrapper .box-1 .index-more {
  margin-top: 0.4rem;
}
.service-wrapper .box-1 .right {
  width: 46.22%;
}
.service-wrapper .box-1 .right .icon {
  height: 0.8rem;
  margin-right: 0.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.service-wrapper .box-1 .right li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.service-wrapper .box-1 .right li:first-child {
  padding-top: 0;
}
.service-wrapper .box-1 .right li:hover .icon {
  transform: rotateY(180deg);
}
.service-wrapper .box-1 .right .title {
  flex: 1;
  padding-right: 0.3rem;
}
.service-wrapper .box-1 .right h4 {
  font-size: var(--fs24);
  color: #2e2624;
  font-family: "cn_medium";
}
.service-wrapper .box-1 .right .en {
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #2e2624;
  opacity: 0.3;
}
.service-wrapper .box-1 .right .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  width: 49%;
}
.service-wrapper .box-2 {
  min-height: 8rem;
  padding-top: 1.65rem;
  background: url(../img/service.jpg) no-repeat center bottom;
  background-size: cover;
}
.service-wrapper .box-2 .data {
  margin-top: 1.48rem;
}
.service-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.service-wrapper .box-3 li {
  width: 31.51%;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.15);
  border-radius: 0.1rem;
  margin-right: 2.735%;
  margin-top: 2.735%;
  padding: 0.35rem;
}
.service-wrapper .box-3 li:nth-child(-n+3) {
  margin-top: 0;
}
.service-wrapper .box-3 li:nth-child(3n) {
  margin-right: 0;
}
.service-wrapper .box-3 li:hover a,
.service-wrapper .box-3 li:hover h5 {
  color: #a6836b;
}
.service-wrapper .box-3 li:hover a i {
  background-image: url(../img/i-location2.png);
}
.service-wrapper .box-3 li h5 {
  font-size: var(--fs24);
  font-family: "cn_medium";
  color: #2e2624;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.service-wrapper .box-3 li .desc {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.3rem;
  min-height: 0.9rem;
  margin: 0.18rem auto;
}
.service-wrapper .box-3 li a {
  font-size: var(--fs16);
  color: #777;
  line-height: 0.24rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.service-wrapper .box-3 li a i {
  display: inline-block;
  width: 0.15rem;
  height: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.1rem;
  background-image: url(../img/i-location.png);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.smartPark-wrapper .box-1 .content {
  font-size: var(--fs24);
  line-height: 0.36rem;
  font-family: "cn_light";
  color: #666;
  text-align: center;
}
.smartPark-wrapper .value-box {
  background: url(../img/smartbg2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.smartPark-wrapper .swiper-btn {
  background-size: 0.12rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.smartPark-wrapper .swiper-btn:hover {
  background-color: #a6836b;
}
.platform-box .item {
  position: relative;
  display: none;
}
.platform-box .hasSwiper .swiper-btn {
  display: block;
}
.platform-box .swiper-box,
.platform-box .info {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
}
.platform-box .swiper-box {
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.platform-box .swiper-box .box-container {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.platform-box .swiper-box p {
  font-size: var(--fs22);
  color: #fff;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-box .info {
  top: 1.12rem;
}
.platform-box .en,
.platform-box .desc,
.platform-box h3 {
  width: 46.7%;
}
.platform-box .en {
  font-size: var(--fs30);
  font-family: "en_thin";
  color: #a6836b;
  line-height: 0.36rem;
  text-transform: uppercase;
}
.platform-box h3 {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.48rem;
  font-weight: 700;
  margin: 0.12rem 0 0.3rem;
}
.platform-box .desc {
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #fff;
}
.platform-box .swiper-slide {
  width: 20%;
  padding: 0.4rem 0.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.platform-box .swiper-slide:hover .circle:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.platform-box .swiper-slide:hover .circle:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.platform-box .swiper-slide:hover img {
  transform: rotateY(180deg);
}
.platform-box .swiper-slide img {
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.platform-box .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev4.png");
}
.platform-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.platform-box .next {
  right: -0.9rem;
  background-image: url("../img/i-next4.png");
}
.platform-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.platform-box .swiper-btn {
  display: none;
  background-size: 0.12rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.platform-box .swiper-btn:hover {
  background-color: #a6836b;
}
.case-box .swiper-slide {
  overflow: hidden;
}
.case-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-box .swiper-slide:not(.noHover):hover .info {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.case-box .swiper-slide:not(.noHover):hover figcaption {
  opacity: 0;
  visibility: hidden;
}
.case-box .pic {
  position: relative;
}
.case-box .pic:after {
  content: "";
  width: 100%;
  height: 1.2rem;
  background: url(../img/casebg.png) repeat-x left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.case-box .info,
.case-box figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}
.case-box .info {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.35rem 0.4rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.case-box h5 {
  font-size: 0.26rem;
  color: #2e2624;
  font-family: "cn_medium";
  margin-bottom: 0.16rem;
}
.case-box figcaption {
  font-size: var(--fs24);
  color: #fff;
  bottom: 0.22rem;
  line-height: 0.36rem;
  padding: 0 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.case-box .swiper-btn {
  border: solid 2px #e5e5e5;
}
.case-box .swiper-btn:hover {
  border-color: #a6836b;
  background-color: #a6836b;
}
.case-box .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev5.png");
}
.case-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.case-box .next {
  right: -0.9rem;
  background-image: url("../img/i-next5.png");
}
.case-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.green .value-box {
  background: url(../img/energybg.jpg) no-repeat center center;
  background-size: cover;
}
.green .value-box .swiper-slide {
  width: 20%;
}
.green .value-box .swiper-slide:before {
  background-image: url(../img/libg.png);
}
.green .value-box .swiper-slide:after,
.green .value-box .swiper-slide:last-child,
.green .value-box .swiper-slide:first-child {
  background-image: url(../img/valuebg2.png);
}
.green .value-box .swiper-btn:hover {
  background-color: #45b474;
}
.green .introduction-box .content li {
  background-image: url(../img/dot2.png);
}
.green .index-title-box p {
  color: #45b474;
}
.green .index-more {
  background-color: #45b474;
  box-shadow: 0 2px 30px rgba(69, 179, 115, 0.35);
}
.green .coreGoods-box .swiper-slide:hover .title {
  color: #45b474;
}
.blue .info2-wrapper .value-box {
  background: url(../img/info2bg.jpg) no-repeat center center;
  background-size: cover;
}
.blue .info2-wrapper .value-box .swiper-slide {
  width: 25%;
}
.blue .value-box {
  background: url(../img/es2bg.jpg) no-repeat center center;
  background-size: cover;
}
.blue .value-box .swiper-slide {
  width: 20%;
}
.blue .value-box .swiper-slide:before {
  background-image: url(../img/libg2.png);
}
.blue .value-box .swiper-slide:after,
.blue .value-box .swiper-slide:last-child,
.blue .value-box .swiper-slide:first-child {
  background-image: url(../img/valuebg3.png);
}
.blue .value-box .swiper-slide:hover p {
  color: #4a9ecf;
}
.blue .value-box .swiper-slide p {
  font-size: var(--fs24);
}
.blue .value-box .swiper-btn:hover {
  background-color: #4a9ecf;
}
.blue .introduction-box .content li {
  background-image: url(../img/dot3.png);
}
.blue .index-title-box p {
  color: #4a9ecf;
}
.blue .index-more {
  background-color: #4a9ecf;
  box-shadow: 0 2px 30px rgba(74, 158, 207, 0.35);
}
.blue .scene-box .prev,
.blue .value-box .prev,
.blue .prev {
  background-image: url("../img/i-prev7.png");
}
.blue .scene-box .prev:hover,
.blue .value-box .prev:hover,
.blue .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.blue .scene-box .next,
.blue .value-box .next,
.blue .next {
  background-image: url("../img/i-next7.png");
}
.blue .scene-box .next:hover,
.blue .value-box .next:hover,
.blue .next:hover {
  background-image: url("../img/i-next3.png");
}
.blue .coreGoods-box .swiper-btn:hover {
  border-color: #4a9ecf;
}
.blue .coreGoods-box .swiper-btn:hover,
.blue .scene-box .swiper-btn:hover {
  background-color: #4a9ecf;
}
.blue .coreGoods-box .swiper-slide:hover .title {
  color: #4a9ecf;
}
.value-box {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 0 0.6rem;
}
.value-box .index-title-box {
  margin-bottom: 0;
}
.value-box .box-container {
  position: relative;
  z-index: 10;
}
.value-box .swiper-box.on .swiper-btn {
  display: block;
}
.value-box .swiper-box:before {
  left: 0;
}
.value-box .swiper-box:after {
  right: 0;
}
.value-box .swiper-box.center .swiper-wrapper {
  justify-content: center;
}
.value-box .swiper-slide {
  width: 25%;
  height: 4.8rem;
  cursor: pointer;
  padding-top: 1rem;
}
.value-box .swiper-slide:first-child {
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: left center;
  background-image: url(../img/valuebg.png);
}
.value-box .swiper-slide:last-child {
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: right center;
  background-image: url(../img/valuebg.png);
}
.value-box .swiper-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
.value-box .swiper-slide:hover h4,
.value-box .swiper-slide:hover p {
  color: #45b474;
}
.value-box .swiper-slide:hover img {
  transform: rotateY(180deg);
}
.value-box .swiper-slide:before,
.value-box .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
}
.value-box .swiper-slide:before {
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url(../img/smartbg.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.value-box .swiper-slide:after {
  right: 0;
  width: 1px;
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: right center;
  background-image: url(../img/valuebg.png);
}
.value-box .swiper-slide img {
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.value-box .info {
  text-align: center;
  width: 100%;
}
.value-box .info p {
  font-size: var(--fs30);
  color: #2e2624;
  line-height: 0.36rem;
  padding: 0 0.3rem;
  margin-top: 0.54rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.value-box .info .info {
  padding: 0 0.3rem;
}
.value-box .info h4 {
  font-size: var(--fs22);
  color: #2e2624;
  line-height: 0.36rem;
  margin: 0.55rem auto 0.07rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.value-box .info .brief {
  font-size: var(--fs14);
  color: #777;
  line-height: 0.28rem;
}
.value-box .swiper-btn {
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.value-box .swiper-btn:hover {
  background-color: #a6836b;
}
.value-box .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev4.png");
}
.value-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.value-box .next {
  right: -0.9rem;
  background-image: url("../img/i-next4.png");
}
.value-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.canvas {
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: 0;
  height: 4rem;
  width: 100%;
}
.introduction-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.introduction-box .pic {
  width: 59.9%;
}
.introduction-box .info {
  width: 32.55%;
}
.introduction-box .index-title-box {
  text-align: left;
}
.introduction-box .content {
  font-size: var(--fs16);
  font-family: "cn_light";
  color: #555;
  line-height: 0.34rem;
}
.introduction-box .content ul {
  list-style: none;
}
.introduction-box .content li {
  font-size: var(--fs16);
  color: #333;
  padding-left: 0.4rem;
  line-height: 0.36rem;
  background-image: url(../img/dot.png);
  background-size: 0.21rem;
  background-repeat: no-repeat;
  background-position: top 0.11rem left;
}
.introduction-box .en {
  font-size: var(--fs36);
  font-family: "en_thin";
  line-height: 0.36rem;
  text-transform: uppercase;
  color: #45b474;
}
.introduction-box h3 {
  font-size: var(--fs48);
  color: #2e2624;
  line-height: 0.64rem;
  font-weight: 700;
  margin: 0.14rem auto 0.32rem;
}
.introduction-box .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.introduction-box .partner {
  margin-top: 0.5rem;
}
.introduction-box .partner ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.introduction-box .partner li {
  position: relative;
  width: 43.1%;
  text-align: center;
  margin-right: 0.4rem;
}
.introduction-box .partner li:last-child {
  margin-right: 0;
}
.introduction-box .partner li:hover .hidebox {
  opacity: 1;
  visibility: visible;
}
.introduction-box .partner li:hover:after {
  opacity: 1;
  visibility: visible;
}
.introduction-box .partner li:hover figure {
  z-index: -1;
}
.introduction-box .partner li:before,
.introduction-box .partner li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.introduction-box .partner li:before {
  box-sizing: border-box;
  border: solid 1px #4a9ecf;
  opacity: 0.5;
}
.introduction-box .partner li:after {
  background-image: linear-gradient(180deg, #4a9ecf 0%, #133b83 100%);
  background-blend-mode: normal, normal;
  opacity: 0.95;
  opacity: 0;
  visibility: hidden;
}
.introduction-box .partner .brief {
  font-size: var(--fs15);
  color: #fff;
  line-height: 0.26rem;
  max-height: 0.78rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
}
.introduction-box .partner figure {
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}
.introduction-box .partner figure img {
  display: block;
  width: 100%;
  height: 1.3rem;
  object-fit: contain;
}
.introduction-box .partner .hidebox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0 0.26rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.solution-box.hasSwiper .swiper-btn {
  display: block;
}
.solution-box .swiper-slide {
  width: 33.33%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.solution-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  opacity: 0.8;
}
.solution-box .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.solution-box .swiper-slide:hover .circle:before {
  -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
  -moz-animation: iconScale 1.3s ease-out 100ms infinite;
  animation: iconScale 1.3s ease-out 100ms infinite;
}
.solution-box .swiper-slide:hover .circle:after {
  -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
  -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
  animation: iconScale 1.3s ease-out 0.35s infinite;
}
.solution-box .swiper-slide h4 {
  font-size: var(--fs30);
}
.solution-box .swiper-slide .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.solution-box .info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}
.solution-box .bigImg-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.solution-box .bigImg-box.on {
  z-index: 2;
}
.solution-box .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  text-align: center;
  width: 0;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.solution-box .item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.solution-box .item.on {
  width: 100%;
  z-index: 21;
}
.solution-box .item.on .icon,
.solution-box .item.on .inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.solution-box .item .icon {
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
}
.solution-box .item .inner {
  transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
}
.solution-box .item .icon,
.solution-box .item .inner {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.5s;
}
.solution-box .item h4 {
  font-size: var(--fs36);
}
.solution-box .item p {
  font-size: var(--fs20);
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.3rem;
  margin-top: 0.24rem;
  font-family: "cn_light";
}
.solution-box .pic {
  background: #000;
}
.solution-box .pic img {
  opacity: 0.5;
}
.solution-box .icon {
  height: 0.8rem;
  display: block;
  margin: 0 auto;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.solution-box h4 {
  color: #fff;
  margin-top: 0.66rem;
  line-height: 0.36rem;
}
.solution-box .swiper-btn {
  background-size: 0.12rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.solution-box .swiper-btn:hover {
  background-color: #a6836b;
}
.solution-box .prev {
  left: 0.2rem;
  background-image: url("../img/i-prev4.png");
}
.solution-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.solution-box .next {
  right: 0.2rem;
  background-image: url("../img/i-next4.png");
}
.solution-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.solutioninfo-box {
  background-image: url(../img/se4bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.solutioninfo-box .swiper-box {
  box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.08);
}
.solutioninfo-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solutioninfo-box .pic,
.solutioninfo-box .info {
  width: 50%;
}
.solutioninfo-box .info {
  padding: 1rem 1rem 0.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background-color: #fff;
}
.solutioninfo-box .swiper-slide-active .inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.solutioninfo-box .inner {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.solutioninfo-box h5 {
  font-size: var(--fs40);
  line-height: 0.48rem;
  color: #2e2624;
  font-weight: 700;
}
.solutioninfo-box .line {
  width: 0.44rem;
  height: 2px;
  margin: 0.34rem 0 0.3rem;
  background-color: rgba(0, 0, 0, 0.12);
}
.solutioninfo-box .desc {
  font-size: var(--fs18);
  color: #8b8e91;
  line-height: 0.36rem;
  font-family: "cn_light";
  margin-bottom: 0.5rem;
  max-height: 1.44rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.smartElectrical-wrapper {
  padding-bottom: 0!important;
}
.smartElectrical-wrapper .box-2 {
  position: relative;
  padding: 1.2rem 0 1.4rem;
  background: url(../img/se2bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.smartElectrical-wrapper .box-2 .index-title-box {
  margin-bottom: 0.16rem;
}
.smartElectrical-wrapper .box-2 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.smartElectrical-wrapper .box-2 li {
  position: relative;
  width: 20%;
  height: 4.32rem;
  text-align: center;
  padding-top: 2.8rem;
}
.smartElectrical-wrapper .box-2 li:hover {
  z-index: 20;
}
.smartElectrical-wrapper .box-2 li:nth-child(even) {
  margin-top: 0.8rem;
}
.smartElectrical-wrapper .box-2 li.on:hover .info:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.smartElectrical-wrapper .box-2 li.on:hover .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.smartElectrical-wrapper .box-2 li.on:hover .feature_line_wrap {
  height: 1rem;
  margin: 1.06rem auto 0;
}
.smartElectrical-wrapper .box-2 li.on:hover .feature_small_wrap,
.smartElectrical-wrapper .box-2 li.on:hover .feature_small_circle {
  opacity: 0;
  visibility: hidden;
}
.smartElectrical-wrapper .box-2 .info {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.66rem 0.4rem 0;
  transform: translate(-50%, -50%);
}
.smartElectrical-wrapper .box-2 .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/circlebg3.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.smartElectrical-wrapper .box-2 .icon,
.smartElectrical-wrapper .box-2 h5,
.smartElectrical-wrapper .box-2 .desc {
  position: relative;
  z-index: 10;
}
.smartElectrical-wrapper .box-2 .icon {
  height: 0.8rem;
  display: block;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}
.smartElectrical-wrapper .box-2 h5,
.smartElectrical-wrapper .box-2 .icon {
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  opacity: 0;
  visibility: hidden;
}
.smartElectrical-wrapper .box-2 h5 {
  font-size: var(--fs20);
  line-height: 0.32rem;
  font-family: "cn_medium";
  margin-top: 0.28rem;
}
.smartElectrical-wrapper .box-2 .desc {
  margin-top: 0.1rem;
  font-size: var(--fs15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  text-align: center;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition-delay: 0.3s;
}
li.hover .feature_line_hover:after {
  top: -200%;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
li.hover .feature_small_label:nth-child(2) {
  opacity: 0;
}
li.hover .feature_small_label:nth-child(3) {
  -webkit-animation: icon_scale 2.4s linear infinite normal both;
  animation: icon_scale 2.4s linear infinite normal both;
}
li.hover .feature_small_label:nth-child(4) {
  -webkit-animation: icon_scale 2.4s 0.8s linear infinite normal both;
  animation: icon_scale 2.4s 0.8s linear infinite normal both;
}
li.hover .feature_small_label:nth-child(5) {
  -webkit-animation: icon_scale 2.4s 1.6s linear infinite normal both;
  animation: icon_scale 2.4s 1.6s linear infinite normal both;
}
li.hover .feature_title_label {
  color: #a6836b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.box-2 li.featureAnimate {
  -webkit-animation: PointerBtn 1s 1s forwards ease-in-out;
  animation: PointerBtn 1s 1s forwards ease-in-out;
}
.box-2 li.featureAnimate .icon {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.box-2 li.featureAnimate h5 {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.box-2 li.featureAnimate .feature_big_label:nth-child(2) {
  transform: scale(2);
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.box-2 li.featureAnimate .feature_big_label:nth-child(3) {
  transform: scale(4);
  opacity: 0.2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.box-2 li.featureAnimate .feature_big_circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.box-2 li.featureAnimate .feature_line_label:after {
  top: -100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.box-2 li.featureAnimate .feature_small_wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.box-2 li.featureAnimate .feature_small_label:nth-child(2) {
  width: 400%;
  height: 400%;
  opacity: 0.2;
}
.box-2 li.featureAnimate .feature_item_title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.box-2 li.featureAnimate .feature_icon_box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.box-2 li.featureAnimate .feature_icon_default {
  height: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.box-2 li.featureAnimate .feature_icon_top {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.box-2 li.featureAnimate .feature_icon_bottom {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.box-2 li.featureAnimate .feature_icon_top .feature_icon_current {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.feature_small_wrap {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-justify-content: center;
  justify-content: center;
}
.feature_small_circle {
  position: relative;
  width: 5px;
  height: 5px;
}
.feature_small_label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #a6836b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
}
.feature_small_label:nth-child(5) {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.feature_small_label:nth-child(4) {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.feature_small_label:nth-child(3) {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.feature_small_label:nth-child(2) {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.feature_small_label:nth-child(1) {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.feature_line_wrap {
  height: 2rem;
  width: 1px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.feature_line_box {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.feature_line_hover {
  position: relative;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.feature_line_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature_line_label:after {
  content: "";
  height: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(231, 94, 69, 0) 12.5%, rgba(166, 131, 107, 0.6) 50%, rgba(166, 131, 107, 0.6) 87.5%, rgba(231, 94, 69, 0));
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.feature_line_hover:after {
  content: "";
  height: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(218, 218, 218, 0) 12.5%, #dadada 50%, #dadada 87.5%, rgba(218, 218, 218, 0));
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.feature_big_circle {
  width: 0.21rem;
  height: 0.21rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.feature_rotate_circle {
  width: 100%;
  height: 100%;
  transform: rotateX(70deg);
  position: relative;
}
.feature_big_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: 0 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature_big_label:after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  border: 1px solid #a6836b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature_big_label:nth-child(1) {
  background: #a6836b;
  opacity: 0.8;
}
.feature_big_label:nth-child(1):after {
  display: none;
}
.feature_big_label:nth-child(2) {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.smartLighting-wrapper {
  padding-bottom: 0!important;
}
.smartLighting-wrapper .box-2 {
  position: relative;
  overflow: hidden;
  background: url(../img/sl2bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.2rem 0 1.9rem;
}
.smartLighting-wrapper .box-2 .icon img {
  height: 0.8rem;
  display: block;
  margin: 0 auto;
}
.smartLighting-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.smartLighting-wrapper .box-2 li {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 2.24rem;
  height: 4.3rem;
  cursor: pointer;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.smartLighting-wrapper .box-2 li.on {
  width: 4.3rem;
  z-index: 10;
}
.smartLighting-wrapper .box-2 li.on .info {
  padding-top: 0.54rem;
}
.smartLighting-wrapper .box-2 li.on .info:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.smartLighting-wrapper .box-2 li.on .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.smartLighting-wrapper .box-2 li.on h5 {
  margin-top: 0.26rem;
}
.smartLighting-wrapper .box-2 .info {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  transform: translate(-50%, 0);
  position: relative;
  margin: 0 auto;
  width: 4.3rem;
  height: 4.3rem;
  padding-top: 1rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.smartLighting-wrapper .box-2 .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/circlebg4.png) no-repeat center center;
  background-size: 100%;
  transform: scale(0.5209);
  -webkit-transform: scale(0.5209);
  -moz-transform: scale(0.5209);
  -ms-transform: scale(0.5209);
  -o-transform: scale(0.5209);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.smartLighting-wrapper .box-2 .inner {
  padding: 0.44rem;
  position: relative;
  z-index: 11;
}
.smartLighting-wrapper .box-2 h5 {
  font-size: var(--fs20);
  line-height: 0.36rem;
  font-family: "cn_medium";
  margin: 0.15rem auto 0.1rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.smartLighting-wrapper .box-2 .desc {
  font-size: var(--fs16);
  line-height: 0.32rem;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}
.solutioninfo-wrapper {
  padding-bottom: 0!important;
}
.solutioninfo-wrapper .box-1 .content {
  text-align: center;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
  font-family: "cn_light";
}
.solutioninfo-wrapper .box-2 {
  background: url(../img/solutioninfobg.jpg) no-repeat center center;
  background-size: cover;
}
.solutioninfo-wrapper .box-2 .swiper-slide {
  border-radius: 0.2rem;
  width: 33.33%;
  text-align: center;
  padding: 0.88rem 0.4rem 0.53rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.solutioninfo-wrapper .box-2 .swiper-slide:hover {
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}
.solutioninfo-wrapper .box-2 .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
}
.solutioninfo-wrapper .box-2 .swiper-slide .icon img {
  height: 0.8rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.solutioninfo-wrapper .box-2 .swiper-slide h5,
.solutioninfo-wrapper .box-2 .swiper-slide .brief {
  padding: 0 0.4rem;
}
.solutioninfo-wrapper .box-2 .swiper-slide .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
  font-family: "cn_light";
  height: 1.2rem;
  margin-top: 0.28rem;
  overflow-y: auto;
}
.solutioninfo-wrapper .box-2 .swiper-slide .brief::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.solutioninfo-wrapper .box-2 .swiper-slide .brief::-webkit-scrollbar-thumb {
  background-color: #a6836b;
}
.solutioninfo-wrapper .box-2 h5 {
  font-size: 0.26rem;
  font-family: "cn_medium";
  line-height: 0.36rem;
  color: #2e2624;
  margin: 0.62rem auto 0.3rem;
}
.solutioninfo-wrapper .box-2 .line {
  display: inline-block;
  width: 0.44rem;
  height: 2px;
  background-color: #e1e1e1;
  margin: 0 auto;
}
.solutioninfo-wrapper .box-2 .swiper-btn {
  background-size: 0.12rem;
  background-color: #fff;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
}
.solutioninfo-wrapper .box-2 .swiper-btn:hover {
  background-color: #a6836b;
}
.solutioninfo-wrapper .box-2 .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev4.png");
}
.solutioninfo-wrapper .box-2 .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.solutioninfo-wrapper .box-2 .next {
  right: -0.9rem;
  background-image: url("../img/i-next4.png");
}
.solutioninfo-wrapper .box-2 .next:hover {
  background-image: url("../img/i-next3.png");
}
.solutioninfo-wrapper .case-box {
  background: url(../img/solutioninfo4bg.jpg) no-repeat center center;
  background-size: cover;
}
.coreGoods-box .swiper-slide {
  width: 31.64%;
}
.coreGoods-box .swiper-slide:hover .pic {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.coreGoods-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.coreGoods-box .swiper-slide:hover .title {
  color: #a6836b;
}
.coreGoods-box .swiper-slide a {
  display: block;
}
.coreGoods-box .swiper-slide p {
  font-size: var(--fs16);
  font-family: "cn_light";
  line-height: 0.24rem;
  color: #777;
}
.coreGoods-box .swiper-slide p,
.coreGoods-box .swiper-slide .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.coreGoods-box .pic {
  background-color: #f7f7f7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.coreGoods-box .pic img {
  object-fit: contain;
  mix-blend-mode: multiply;
}
.coreGoods-box .info {
  margin-top: 0.28rem;
}
.coreGoods-box .title {
  font-size: var(--fs24);
  color: #222;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.06rem;
}
.coreGoods-box .swiper-btn {
  background-size: 0.12rem;
  background-color: #fff;
  border: solid 2px #e5e5e5;
  margin-top: -0.42rem;
}
.coreGoods-box .swiper-btn:hover {
  background-color: #a6836b;
}
.coreGoods-box .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev5.png");
}
.coreGoods-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.coreGoods-box .next {
  right: -0.9rem;
  background-image: url("../img/i-next5.png");
}
.coreGoods-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.smartCity-wrapper {
  padding-bottom: 0!important;
}
.smartCity-wrapper .box-2 {
  background: url(../img/scbg.jpg) no-repeat center center;
  background-size: cover;
}
.smartCity-wrapper .box-2 .main {
  position: relative;
}
.smartCity-wrapper .box-2 .mainbg {
  position: relative;
}
.smartCity-wrapper .box-2 .mainbg img {
  display: block;
  width: 100%;
}
.smartCity-wrapper .box-2 .line {
  position: absolute;
  -webkit-animation: DownUp 3s infinite linear normal both;
  animation: DownUp 3s infinite linear normal both;
  background-image: linear-gradient(to top, rgba(166, 131, 107, 0), rgba(235, 126, 31, 0.1));
  border-radius: 10px;
  opacity: 0;
  width: 0.2rem;
  height: 1.89rem;
}
.smartCity-wrapper .box-2 .line_1 {
  left: 3.45%;
  bottom: 20%;
  z-index: 1;
}
.smartCity-wrapper .box-2 .line_2 {
  left: 22.26%;
  bottom: 28%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.smartCity-wrapper .box-2 .line_3 {
  left: 39.12%;
  bottom: 23%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.smartCity-wrapper .box-2 .line_4 {
  right: 38.02%;
  bottom: 30%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.smartCity-wrapper .box-2 .line_5 {
  right: 22.65%;
  bottom: 36%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.smartCity-wrapper .box-2 .line_6 {
  right: 0.56rem;
  bottom: 15%;
}
.smartCity-wrapper .box-2 .list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.smartCity-wrapper .box-2 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.smartCity-wrapper .box-2 li {
  position: relative;
  cursor: pointer;
}
.smartCity-wrapper .box-2 li:nth-child(odd) {
  margin-top: 0.8rem;
}
.smartCity-wrapper .box-2 li:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.smartCity-wrapper .box-2 li:hover .base:before,
.smartCity-wrapper .box-2 li:hover .base:after {
  opacity: 0;
  visibility: hidden;
}
.smartCity-wrapper .box-2 li:hover .inner {
  transform: rotateY(90deg);
  opacity: 0;
  visibility: hidden;
}
.smartCity-wrapper .box-2 li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.smartCity-wrapper .box-2 .base {
  position: relative;
  width: 1.71rem;
  height: 1.71rem;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.smartCity-wrapper .box-2 .base:before,
.smartCity-wrapper .box-2 .base:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.smartCity-wrapper .box-2 .base:before {
  background-image: linear-gradient(0deg, #a6836b 0%, #d4ab8e 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
					normal;
  opacity: 0.1;
  z-index: 0;
}
.smartCity-wrapper .box-2 .base:after {
  background-image: linear-gradient(0deg, #a6836b 0%, #d4ab8e 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
				normal;
  transform: scale(0.883);
  -webkit-transform: scale(0.883);
  -moz-transform: scale(0.883);
  -ms-transform: scale(0.883);
  -o-transform: scale(0.883);
  z-index: 1;
}
.smartCity-wrapper .box-2 .base .key,
.smartCity-wrapper .box-2 .base h5 {
  color: #fff;
  font-size: var(--fs24);
}
.smartCity-wrapper .box-2 .icon {
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.smartCity-wrapper .box-2 .inner {
  position: relative;
  z-index: 11;
  width: 100%;
  text-align: center;
  line-height: 0.32rem;
  padding: 0.2rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.smartCity-wrapper .box-2 .key {
  font-family: "cn_medium";
}
.smartCity-wrapper .box-2 .hidebox {
  position: relative;
  width: 2.87rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  text-align: center;
  padding: 0.25rem 0.28rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.smartCity-wrapper .box-2 .hidebox:before {
  content: "";
  width: 0.18rem;
  height: 0.14rem;
  background: url(../img/angle.png) no-repeat center bottom;
  position: absolute;
  left: 50%;
  background-size: 100%;
  margin-left: -0.09rem;
  z-index: 10;
  top: -0.14rem;
}
.smartCity-wrapper .box-2 .hidebox h5 {
  font-size: var(--fs20);
  line-height: 0.3rem;
  font-family: "cn_medium";
}
.smartCity-wrapper .box-2 .hidebox .desc {
  text-align: center;
  margin-top: 0.08rem;
}
.cate-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 1.2rem;
}
.cate-box a {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 0.2rem;
}
.cate-box a:last-child:after {
  display: none;
}
.cate-box a:after {
  content: "";
  width: 1px;
  height: 1.16rem;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.cate-box a.on p {
  font-family: "cn_medium";
  color: #a6836b;
}
.cate-box a.on .icon .on {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}
.cate-box a.on .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(0.6);
}
.cate-box .icon {
  position: relative;
  height: 0.8rem;
}
.cate-box .icon img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  height: 100%;
  transform: translateX(-50%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.cate-box .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(1.2);
}
.cate-box p {
  font-size: var(--fs18);
  color: #222;
  line-height: 0.3rem;
  font-family: "cn_light";
  margin-top: 0.18rem;
}
.scene-box {
  background: url(../img/info3bg.jpg) no-repeat center center;
  background-size: cover;
}
.scene-box .swiper-slide {
  cursor: pointer;
  width: 32.03%;
  background-color: #fff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  margin-right: 1.955%;
  margin-top: 1.955%;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
.scene-box .swiper-slide:not(.noHover):hover .info {
  height: 2.97rem;
  padding-top: 0.52rem;
}
.scene-box .swiper-slide:not(.noHover):hover h4 {
  line-height: 0.3rem;
}
.scene-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.scene-box .swiper-slide:hover h4 {
  color: #45b474;
}
.scene-box .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  height: 1rem;
  padding: 0 0.44rem 0.45rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.scene-box h4 {
  font-size: var(--fs24);
  color: #000;
  font-family: "cn_medium";
  line-height: 1rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-bottom: 0.2rem;
}
.scene-box .desc {
  text-align: center;
  height: 1.4rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.scene-box .swiper-btn {
  background-size: 0.12rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  margin-top: -0.3rem;
}
.scene-box .swiper-btn:hover {
  background-color: #45b474;
}
.scene-box .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev6.png");
}
.scene-box .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.scene-box .next {
  right: -0.9rem;
  background-image: url("../img/i-next6.png");
}
.scene-box .next:hover {
  background-image: url("../img/i-next3.png");
}
.info-wrapper {
  padding-bottom: 0!important;
}
.info-wrapper .introduction-box {
  position: relative;
  padding-bottom: 1.4rem;
}
.info-wrapper .introduction-box.animated:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.info-wrapper .introduction-box:after {
  content: "";
  width: 20%;
  height: 3.66rem;
  background: url(../img/infobg.png) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.35s;
  opacity: 0;
  visibility: hidden;
}
.info-wrapper .box-2 {
  position: relative;
}
.info-wrapper .box-2 .info,
.info-wrapper .box-2 .index-title-box {
  width: 38.02%;
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  z-index: 10;
}
.info-wrapper .box-2 .index-title-box {
  top: 20.6%;
  text-align: left;
}
.info-wrapper .box-2 .noSwiper .info,
.info-wrapper .box-2 .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.info-wrapper .box-2 .info {
  top: 44.28%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-delay: 0.45s;
}
.info-wrapper .box-2 h3 {
  font-size: var(--fs36);
  color: #444;
  line-height: 0.48rem;
}
.info-wrapper .box-2 .desc {
  margin: 0.18rem auto 0.48rem;
}
.info-wrapper .box-2 .swiper-btn {
  display: none;
  background-size: 0.12rem;
  background-color: #fff;
}
.info-wrapper .box-2 .swiper-btn:hover {
  background-color: #45b474;
}
.info-wrapper .box-2 .prev {
  left: 0.5rem;
  background-image: url("../img/i-prev6.png");
}
.info-wrapper .box-2 .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.info-wrapper .box-2 .next {
  right: 0.5rem;
  background-image: url("../img/i-next6.png");
}
.info-wrapper .box-2 .next:hover {
  background-image: url("../img/i-next3.png");
}
.info-wrapper .thumbs ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
}
.info-wrapper .thumbs li {
  width: 16.66%;
  text-align: center;
  position: relative;
}
.info-wrapper .thumbs li:first-child {
  width: auto;
  padding-right: 0.3rem;
}
.info-wrapper .thumbs li:after {
  content: "";
  width: 1px;
  height: 0.44rem;
  background-color: #004513;
  opacity: 0.12;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.info-wrapper .thumbs li:last-child:after {
  display: none;
}
.info-wrapper .thumbs li:hover .icon {
  transform: rotateY(180deg);
}
.info-wrapper .thumbs .icon {
  display: block;
  height: 0.48rem;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.info-wrapper .thumbs p {
  font-size: var(--fs14);
  line-height: 20px;
  margin-top: 0.2rem;
}
.energy-wrapper {
  padding-bottom: 0!important;
}
.energy-wrapper .introduction-box {
  position: relative;
  padding-bottom: 1.2rem;
}
.energy-wrapper .introduction-box .box-container {
  position: relative;
  z-index: 10;
}
.energy-wrapper .introduction-box.animated:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.energy-wrapper .introduction-box:after {
  content: "";
  width: 4.03rem;
  height: 4.37rem;
  background: url(../img/energybg.png) repeat right bottom;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.35s;
}
.energy-wrapper .box-2 {
  background: url(../img/energybg.jpg) no-repeat center bottom;
  background-size: cover;
}
.energy-wrapper .box-3 {
  background: url(../img/energy2bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.energy-wrapper .box-3 .pic {
  width: 41.14%;
  margin: 0 auto;
}
.energy-wrapper .box-3 .main {
  position: relative;
}
.energy-wrapper .box-3 ul {
  position: relative;
  z-index: 10;
  list-style: none;
}
.energy-wrapper .box-3 .list {
  margin-top: -1.15rem;
}
.energy-wrapper .box-3 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.energy-wrapper .box-3 .list li {
  width: 27.08%;
  text-align: center;
}
.energy-wrapper .box-3 .list li:hover .icon {
  transform: rotateY(180deg);
}
.energy-wrapper .box-3 .list li:hover h4 {
  color: #45b474;
}
.energy-wrapper .box-3 .list li:nth-child(2) {
  margin-top: 1.8rem;
}
.energy-wrapper .box-3 .list .icon {
  display: block;
  height: 0.8rem;
  margin: 0 auto 0.3rem;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.energy-wrapper .box-3 .list h4 {
  font-size: var(--fs24);
  line-height: 0.36rem;
  font-family: "cn_medium";
  color: #2e2624;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-bottom: 0.04rem;
}
.energy-wrapper .box-3 .list .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  font-family: "cn_light";
}
.energy-wrapper .box-3 .line {
  position: absolute;
  -webkit-animation: DownUp 3s infinite linear normal both;
  animation: DownUp 3s infinite linear normal both;
  background-image: linear-gradient(to top, rgba(255, 143, 135, 0), rgba(69, 180, 116, 0.1));
  border-radius: 25px 25px 0 0;
  opacity: 0;
}
.energy-wrapper .box-3 .line_1 {
  left: 0.37rem;
  width: 0.18rem;
  height: 1.45rem;
  top: 18%;
  z-index: 1;
}
.energy-wrapper .box-3 .line_2 {
  left: 2.2rem;
  width: 0.5rem;
  height: 2.13rem;
  top: 0;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.energy-wrapper .box-3 .line_3 {
  right: 24%;
  top: 24%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.energy-wrapper .box-3 .line_4 {
  right: 11.5%;
  top: 6%;
  width: 0.5rem;
  height: 3.57rem;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.energy-wrapper .box-3 .line_3,
.energy-wrapper .box-3 .line_5 {
  width: 0.28rem;
  height: 1.45rem;
  border-radius: 14px 14px 0 0;
}
.energy-wrapper .box-3 .line_5 {
  right: 0.24rem;
  top: 40%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.energyStorage-wrapper {
  padding-bottom: 0!important;
}
.info2-wrapper {
  padding-bottom: 0!important;
}
.info2-wrapper .box-1 .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  text-align: center;
}
.smartCharging-wrapper .value-box .swiper-slide {
  width: 25%;
}
.smartCharging-wrapper .solutioninfo-box {
  background: none;
}
.research-wrapper .box-1 {
  position: relative;
}
.research-wrapper .box-1 .left {
  width: 34.79%;
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.research-wrapper .box-1 .index-title-box {
  text-align: left;
}
.research-wrapper .box-1 .right {
  width: 58.85%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  height: 7.52rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.research-wrapper .box-1 .right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/researchbg.png) no-repeat center center;
  background-size: cover;
  animation: circleL 100s linear infinite;
  left: 0;
  top: 0;
  z-index: 0;
}
.research-wrapper .box-1 .circles {
  position: relative;
  width: 4.88rem;
  height: 4.88rem;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.research-wrapper .box-1 .circles:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/research.png) no-repeat center center;
  background-size: 100%;
  animation: circleR 100s linear infinite;
  left: 0;
  top: 0;
  z-index: 0;
}
.research-wrapper .box-1 .circles img {
  display: block;
  width: 47.33%;
  margin: 0 auto;
}
.research-wrapper .box-1 .line {
  width: 0.54rem;
  height: 0.03rem;
  background-color: #000;
  opacity: 0.1;
}
.research-wrapper .box-1 .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  font-family: "cn_light";
}
.research-wrapper .box-2 {
  position: relative;
  background: url(../img/research2bg.jpg) no-repeat center center;
  background-size: cover;
  height: 10.16rem;
  overflow: hidden;
}
.research-wrapper .box-2 .box-container {
  position: relative;
}
.research-wrapper .box-2 .index-title-box {
  position: absolute;
  left: 0;
  top: 1.15rem;
  z-index: 10;
  width: 100%;
}
.research-wrapper .box-2 .list {
  position: relative;
  width: 10.42rem;
  height: 10.42rem;
  border: 2px dashed rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  margin: -0.13rem auto;
}
.research-wrapper .box-2 .ball {
  position: absolute;
  width: 61.17%;
  height: 61.17%;
  margin: 0 auto;
  left: 19.415%;
  top: 19.415%;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.research-wrapper .box-2 .ball:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ball2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  animation: circleL 50s linear infinite;
}
.research-wrapper .box-2 .ball img {
  display: block;
  width: 26.57%;
  margin: 0 auto;
  animation: circleR 50s linear infinite;
}
.research-wrapper .box-2 ul {
  list-style: none;
}
.research-wrapper .box-2 ul p {
  font-size: var(--fs24);
  color: #444;
  line-height: 0.3rem;
  margin-top: 0.25rem;
}
.research-wrapper .box-2 li {
  position: absolute;
  z-index: 10;
  width: 2.7rem;
}
.research-wrapper .box-2 li:last-child {
  width: 100%;
}
.research-wrapper .box-2 li:nth-child(odd):nth-child(5) p {
  text-align: center;
}
.research-wrapper .box-2 li:nth-child(odd) p {
  text-align: right;
}
.research-wrapper .box-2 li:first-child,
.research-wrapper .box-2 li:nth-child(2) {
  top: 34.05%;
}
.research-wrapper .box-2 li:first-child,
.research-wrapper .box-2 li:nth-child(3) {
  left: 0;
}
.research-wrapper .box-2 li:first-child .icon,
.research-wrapper .box-2 li:nth-child(3) .icon {
  margin-right: 0;
  margin-left: auto;
}
.research-wrapper .box-2 li:nth-child(2),
.research-wrapper .box-2 li:nth-child(4) {
  right: 0.34rem;
}
.research-wrapper .box-2 li:nth-child(3),
.research-wrapper .box-2 li:nth-child(4) {
  top: 54.87%;
}
.research-wrapper .box-2 li:nth-child(5) {
  left: 0;
  bottom: 1.64rem;
}
.research-wrapper .box-2 li:nth-child(5) .icon {
  margin: 0 auto;
}
.research-wrapper .box-2 .icon {
  display: block;
  height: 0.8rem;
  object-fit: contain;
}
.research-wrapper .box-3 .data {
  margin-bottom: 0.8rem;
}
.research-wrapper .box-3 .data ul {
  justify-content: center;
}
.research-wrapper .box-3 .data ul li {
  margin-right: 1rem;
}
.research-wrapper .box-3 .data ul li:last-child {
  margin-right: 0;
}
.research-wrapper .box-3 .swiper-container {
  padding: 0.3rem;
}
.research-wrapper .box-3 .swiper-slide-duplicate-prev,
.research-wrapper .box-3 .swiper-slide-duplicate-next {
  opacity: 0;
  visibility: hidden;
}
.research-wrapper .box-3 .swiper-slide {
  width: 3.28rem;
}
.research-wrapper .box-3 .swiper-slide img {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.research-wrapper .box-3 .swiper-btn {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.research-wrapper .box-3 .swiper-btn:hover {
  background-color: #a6836b;
}
.research-wrapper .box-3 .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev8.png");
}
.research-wrapper .box-3 .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.research-wrapper .box-3 .next {
  right: -0.9rem;
  background-image: url("../img/i-next8.png");
}
.research-wrapper .box-3 .next:hover {
  background-image: url("../img/i-next3.png");
}
.research-wrapper .box-4 {
  background: url(../img/research4bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.research-wrapper .box-4.hasSwiper .swiper-btn {
  display: block;
}
.research-wrapper .box-4 .swiper-slide {
  cursor: pointer;
  width: 31.51%;
  box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
  border-radius: 0.1rem;
  margin-right: 2.735%;
  background: #fff;
  text-align: center;
  padding: 0.73rem 0.6rem 0.42rem;
}
.research-wrapper .box-4 .swiper-slide:last-child {
  margin-right: 0;
}
.research-wrapper .box-4 .swiper-slide img {
  display: block;
  margin: 0 auto 0.55rem;
  height: 0.6rem;
  object-fit: contain;
}
.research-wrapper .box-4 .swiper-slide p {
  font-size: var(--fs22);
  line-height: 0.3rem;
  color: #2e2624;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.research-wrapper .box-4 .swiper-btn {
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.research-wrapper .box-4 .swiper-btn:hover {
  background-color: #a6836b;
}
.research-wrapper .box-4 .prev {
  left: -0.9rem;
  background-image: url("../img/i-prev4.png");
}
.research-wrapper .box-4 .prev:hover {
  background-image: url("../img/i-prev3.png");
}
.research-wrapper .box-4 .next {
  right: -0.9rem;
  background-image: url("../img/i-next4.png");
}
.research-wrapper .box-4 .next:hover {
  background-image: url("../img/i-next3.png");
}
.research-wrapper .map {
  position: relative;
  height: 7.2rem;
  overflow: hidden;
  margin-top: 0.86rem;
}
.research-wrapper .map .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-wrapper .map .list {
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 4.5rem;
  padding: 0.25rem 0.4rem 0.2rem 0.5rem;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(89, 87, 87, 0.1);
}
.research-wrapper .map .list ul {
  list-style: none;
}
.research-wrapper .map .list li {
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: var(--fs20);
  color: #222;
  border-bottom: 1px solid #f2f2f2;
}
.research-wrapper .map .list li:last-child {
  border-bottom: none;
}
.research-wrapper .map .list li:hover .key,
.research-wrapper .map .list li.on .key {
  background-image: linear-gradient(-90deg, #a6836b 0%, #d4ab8e 100%);
  background-blend-mode: normal, normal;
  color: #fff;
}
.research-wrapper .map .list .key {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #f6f6f6;
  border-radius: 50%;
  text-align: center;
  font-family: "mm";
  font-size: var(--fs20);
  margin-right: 0.2rem;
}
.research-wrapper .infos {
  width: 3.1rem;
  padding: 0.1rem;
  background-color: #fff;
}
.research-wrapper .infos h5 {
  font-size: var(--fs20);
  color: #000;
  font-family: "cn_medium";
  line-height: 0.3rem;
  margin: 0.2rem auto 0.02rem;
}
.research-wrapper .infos p {
  color: #666;
  font-size: var(--fs15);
  font-family: "cn_light";
  line-height: 0.26rem;
}
@keyframes DownUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
@media screen and (min-width: 1004px) {
  .download-box .time {
    width: 100px;
  }
  .about-wrapper .year-box .swiper-slide:hover p {
    color: #a6836b;
  }
  .about-wrapper .year-box .swiper-slide:hover .icon i {
    opacity: 0;
    visibility: hidden;
  }
  .about-wrapper .year-box .swiper-slide:hover .icon:before {
    opacity: 0;
    visibility: hidden;
  }
  .about-wrapper .year-box .swiper-slide:hover .icon:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .goods-box li:nth-child(-n+4),
  .goods-box .swiper-slide:nth-child(-n+4) {
    margin-top: 0;
  }
  .goods-box li:nth-child(4n),
  .goods-box .swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
  .goodsinfo-wrapper .tab a:hover {
    color: #fff;
    background: #a6836b;
  }
  .blue .category-box a:hover {
    color: #4a9ecf;
  }
  .green .category-box a:hover {
    color: #45b474;
  }
  .green .cate-box a:hover {
    color: #45b474;
  }
  .category-box a:hover {
    color: #a6836b;
  }
  .category-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .culture-wrapper .cat-box a:hover {
    color: #a6836b;
  }
  .culture-wrapper .cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .cate-box a:hover p {
    font-family: "cn_medium";
    color: #a6836b;
  }
  .cate-box a:hover .icon .on {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
  }
  .cate-box a:hover .icon .init {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(0.6);
  }
  .service-wrapper .data ul {
    justify-content: flex-start;
  }
  .service-wrapper .data li {
    width: 20%;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 1600px) {
  .page-box {
    padding: 1.1rem 0 1.3rem;
  }
  .page-box-2 {
    padding-top: 1.1rem;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .contactBox {
    min-height: 6.8rem;
  }
  .goodsinfo-wrapper .content {
    margin-bottom: 0.6rem;
  }
  .goodsinfo-wrapper .base .desc {
    margin-bottom: 0.36rem;
  }
  .goodsinfo-wrapper .detail {
    margin-top: 1.3rem;
  }
  .goodsinfo-wrapper .item {
    padding-top: 1.1rem;
  }
  .news-box li {
    margin-top: 0.5rem;
  }
  .news-wrapper .first-news .info {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .news-wrapper .first-news .title {
    margin-top: 0.3rem;
  }
  .news-wrapper .first-news {
    margin-bottom: 1rem;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 0.4rem;
  }
  .share-box {
    margin-top: 0.3rem;
  }
  .newsinfo-wrapper .relative-box p {
    margin-bottom: 0.05rem;
  }
  .newsinfo-wrapper .right ul a {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .hotline-wrapper .info {
    margin-top: 0.36rem;
  }
  .category-box a {
    margin-right: 0.8rem;
  }
  .social-wrapper .box-1 {
    min-height: 7.4rem;
  }
  .social-wrapper .box-3 .activity-box li {
    padding: 0.4rem 0.56rem;
  }
  .social-wrapper .box-2:after,
  .social-wrapper .box-2 .main {
    width: 10rem;
  }
  .social-wrapper .logo {
    width: 2rem;
  }
  .social-wrapper .one {
    width: 5.4rem;
    height: 5.4rem;
    margin-left: -2.7rem;
    margin-top: -2.7rem;
  }
  .social-wrapper .two {
    width: 3.76rem;
    height: 3.76rem;
    margin-left: -1.88rem;
    margin-top: -1.88rem;
  }
  .social-wrapper .circle-box li figure {
    width: 1.9rem;
    height: 1.9rem;
  }
  .social-wrapper .circle-box figcaption {
    margin-top: 0.15rem;
  }
  .social-wrapper .circle-box li figure img {
    height: 0.7rem;
  }
  .social-wrapper .box-2 .brief {
    margin-top: 0.05rem;
  }
  .party-wrapper .box-3 .pic img {
    height: 1.85rem;
  }
  .party-wrapper .box-2 .icon {
    margin-bottom: 0.6rem;
  }
  .party-wrapper .box-2 .swiper-slide {
    height: 6.1rem;
    padding-top: 1.5rem;
    padding-right: 0.3rem;
    padding-left: 0.4rem;
  }
  .culture-wrapper .box-2 .info {
    padding-top: 0.9rem;
  }
  .culture-wrapper .btn {
    bottom: 0.8rem;
  }
  .culture-wrapper .box-2 h5 {
    line-height: 0.46rem;
  }
  .stock-wrapper .box-1 .desc {
    margin-top: 0.48rem;
  }
  .service-wrapper .box-1 .left h3 {
    font-size: 0.33rem;
  }
  .service-wrapper .box-1 {
    padding-bottom: 1.2rem;
  }
  .service-wrapper .box-2 {
    min-height: 7.5rem;
    padding-top: 1.4rem;
  }
  .platform-box .info {
    top: 0.8rem;
  }
  .platform-box .swiper-slide img {
    height: 0.7rem;
  }
  .platform-box .swiper-slide {
    padding: 0.3rem 0.2rem;
  }
  .case-box .prev,
  .value-box .prev,
  .value-box .prev,
  .smartPark-wrapper .prev .platform-box .prev {
    left: -0.8rem;
  }
  .case-box .next,
  .value-box .next,
  .smartPark-wrapper .next,
  .platform-box .next {
    right: -0.8rem;
  }
  .platform-box p {
    font-size: var(--fs20);
  }
  .smartLighting-wrapper .box-2 {
    padding-bottom: 1.7rem;
  }
  .scene-box h4 {
    line-height: 0.86rem;
  }
  .scene-box .swiper-slide {
    padding-bottom: 0.86rem;
  }
  .scene-box .info {
    height: 0.86rem;
  }
  .scene-box .swiper-slide:not(.noHover):hover .info {
    padding-top: 0.48rem;
  }
  .scene-box .desc {
    -webkit-line-clamp: 6;
    height: 1.8rem;
  }
  .introduction-box .en {
    font-size: 0.32rem;
  }
  .introduction-box h3 {
    font-size: 0.44rem;
  }
  .info-wrapper .box-2 .info,
  .info-wrapper .box-2 .index-title-box {
    left: calc((100% - 14rem) / 2);
  }
  .info-wrapper .thumbs li:first-child {
    padding-right: 0.2rem;
  }
  .research-wrapper .box-1 .left,
  .research-wrapper .map .list {
    left: calc((100% - 14rem) / 2);
  }
  .honor-wrapper .list li {
    padding: 0.4rem 0.4rem 0.36rem;
  }
  .honor-wrapper .list li:hover {
    height: 2.9rem;
  }
  .honor-wrapper .list li:hover .on {
    height: 1.6rem;
  }
  .sidebar-box p {
    margin-top: 0.04rem;
  }
  .about-wrapper .box-4 .swiper-slide img {
    height: 1.6rem;
  }
  .about-wrapper .box-3 .detail-box .inner {
    padding: 0 0.9rem;
  }
  .sidebar-box .tel .hidebox {
    width: 2.6rem;
  }
  .sidebar-box {
    width: 0.7rem;
  }
  .about-wrapper .box-1 .info-box {
    padding: 0.15rem 0.9rem 0.6rem;
  }
  .culture-wrapper .box-2 .pic img {
    height: 5.46rem;
  }
  .social-wrapper .box-3 .swiper-slide .pic img {
    height: 5rem;
  }
  .about-wrapper .box-1 .content {
    max-height: 3.8rem;
  }
  .solutioninfo-box .info {
    padding: 0.7rem 1rem 0.6rem;
  }
  .honor-wrapper .list li {
    height: 2.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-box-2 {
    padding-top: 1rem;
  }
  .page-box {
    padding: 1rem 0 1.2rem;
  }
  .mt {
    margin-top: 1rem;
  }
  .contactBox {
    min-height: 6.4rem;
  }
  .goodsinfo-wrapper .content {
    margin-bottom: 0.5rem;
  }
  .goodsinfo-wrapper .base .desc {
    margin-bottom: 0.3rem;
  }
  .goodsinfo-wrapper .detail {
    margin-top: 1.2rem;
  }
  .goodsinfo-wrapper .item {
    padding-top: 1rem;
  }
  .goods-box .prev {
    left: -0.8rem;
  }
  .goods-box .next {
    right: -0.8rem;
  }
  .news-wrapper .first-news {
    margin-bottom: 0.9rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.24rem;
  }
  .category-box a {
    margin-right: 0.7rem;
  }
  .social-wrapper .box-1 {
    min-height: 7rem;
  }
  .social-wrapper .box-3 .activity-box li {
    padding: 0.36rem 0.52rem;
  }
  .party-wrapper .box-2 .icon {
    margin-bottom: 0.5rem;
  }
  .party-wrapper .box-2 .swiper-slide {
    height: 5.9rem;
    padding-top: 1.3rem;
  }
  .party-wrapper .box-2 .desc {
    max-height: 2.4rem;
  }
  .culture-wrapper .box-2 h5 {
    line-height: 0.4rem;
  }
  .culture-wrapper .btn {
    bottom: 0.7rem;
  }
  .stock-wrapper .datas p {
    margin-bottom: 0.1rem;
  }
  .smartElectrical-wrapper .box-2 .info {
    padding-top: 0.5rem;
  }
  .smartLighting-wrapper .box-2 {
    padding-bottom: 1.5rem;
  }
  .honor-wrapper .list li {
    padding: 0.35rem 0.35rem 0.3rem;
  }
  .about-wrapper .box-3 .detail-box .inner {
    padding: 0 0.8rem;
  }
  .about-wrapper .box-1 .info-box {
    padding: 0.15rem 0.8rem 0.6rem;
  }
  .solutioninfo-box .info {
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .contactBox {
    min-height: 6.2rem;
  }
  .news-wrapper .first-news {
    margin-bottom: 0.8rem;
  }
  .category-box a {
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-box {
    padding: 1.1rem 0;
  }
  .page-box-2 .wave {
    bottom: -47%;
  }
  .news-box .swiper-slide,
  .news-box li {
    margin-right: 0;
  }
  .news-box .swiper-slide {
    width: 48%;
  }
  .news-box li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-box .pic img {
    height: auto;
  }
  .news-box .info {
    margin-top: 0.4rem;
  }
  .news-box .time {
    font-size: var(--fs14);
    line-height: 0.3rem;
  }
  .news-box .title {
    font-size: var(--fs16);
    line-height: 0.48rem;
    height: 0.96rem;
    margin-top: 0.12rem;
  }
  .goods-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-box li,
  .goods-box .swiper-slide {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
  }
  .goods-box li p,
  .goods-box .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    max-height: 0.8rem;
    margin-top: 0.24rem;
  }
  .goods-box .swiper-slide {
    margin-top: 0;
  }
  .goods-box li {
    margin-top: 0.48rem;
  }
  .goods-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-box .swiper-btn {
    background-size: 0.2rem;
    margin-top: -0.32rem;
  }
  .goods-box .prev {
    left: -0.3rem;
  }
  .goods-box .next {
    right: -0.3rem;
  }
  .category-box {
    margin-bottom: 0.28rem;
  }
  .category-box a {
    font-size: var(--fs15);
    line-height: 0.4rem;
    padding-bottom: 0.1rem;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .download-box li {
    display: block;
    height: auto;
    margin-bottom: 0.3rem;
    line-height: 0.44rem;
    padding: 0.3rem 1rem 0.3rem 0.3rem;
    position: relative;
  }
  .download-box .title {
    font-size: var(--fs16);
    height: auto;
    max-height: 0.88rem;
    -webkit-line-clamp: 2;
    margin: 0 auto;
  }
  .download-box .time {
    font-size: var(--fs16);
  }
  .download-box .download {
    font-size: 0;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .download-box .download i {
    width: 0.36rem;
    height: 0.3rem;
    margin-right: 0;
  }
  .contactBox {
    background-attachment: inherit;
    min-height: inherit;
    padding: 1.4rem 0;
  }
  .contactBox h2 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .contactBox .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin: 0.2rem auto 0.6rem;
  }
  .goodsinfo-wrapper .base {
    display: block;
  }
  .goodsinfo-wrapper .base .pic {
    width: 100%;
  }
  .goodsinfo-wrapper .base .info {
    width: 100%;
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .base h1 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .goodsinfo-wrapper .base .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
    padding-bottom: 0.36rem;
  }
  .goodsinfo-wrapper .caption {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 5px;
  }
  .goodsinfo-wrapper .detail {
    margin-top: 1.1rem;
  }
  .goodsinfo-wrapper .content {
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .goodsinfo-wrapper .tab a {
    font-size: var(--fs14);
    line-height: 0.72rem;
  }
  .goodsinfo-wrapper .item {
    padding-top: 0.8rem;
  }
  .goodsinfo-wrapper table td,
  .goodsinfo-wrapper table th {
    height: 0.7rem;
    padding: 0.15rem 0.2rem;
    line-height: 0.4rem;
    font-size: var(--fs14);
  }
  .message-box {
    /* input placeholder  */
  }
  .message-box .group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .message-box .text,
  .message-box .msg {
    font-size: var(--fs14);
  }
  .message-box .text,
  .message-box label {
    height: 0.78rem;
    line-height: 0.74rem;
  }
  .message-box label {
    left: 0.2rem;
    font-size: var(--fs14);
  }
  .message-box label i {
    margin-left: 0.1rem;
    line-height: 0.3rem;
  }
  .message-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box .msg {
    height: 1.7rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.4rem;
  }
  .message-box .index-more {
    margin-top: 0.4rem;
  }
  .contact-wrapper .map-box .box-container {
    display: block;
  }
  .contact-wrapper .map-box .map {
    width: 100%;
    height: 5rem;
    margin-top: 0.8rem;
  }
  .contact-wrapper .contact {
    width: 100%;
    margin-top: 0.8rem;
  }
  .contact-wrapper .contact > ul li {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .contact .icon {
    top: -2px;
    width: 0.6rem;
  }
  .contact-wrapper .qrcode {
    margin-top: 0.5rem;
  }
  .contact-wrapper .qrcode li {
    width: 1.48rem;
  }
  .contact-wrapper .qrcode figcaption {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .news-wrapper .first-news {
    display: block;
    margin-bottom: 0.3rem;
  }
  .news-wrapper .first-news .pic,
  .news-wrapper .first-news .info {
    width: 100%;
  }
  .news-wrapper .first-news .info {
    padding: 0.6rem 0.48rem;
  }
  .news-wrapper .first-news .time {
    font-size: var(--fs18);
    line-height: 0.36rem;
  }
  .news-wrapper .first-news .title {
    font-size: var(--fs24);
    line-height: 0.44rem;
    max-height: 0.88rem;
    margin: 0.24rem auto 0.2rem;
  }
  .news-wrapper .first-news .desc {
    line-height: 0.44rem;
    height: 1.32rem;
    margin-bottom: 0.4rem;
  }
  .news-wrapper .news-box li:hover .info {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .news-wrapper .news-box li:hover .learn {
    padding: 0 0.3rem;
  }
  .news-wrapper .news-box .info {
    padding-bottom: 0.48rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .top {
    margin-bottom: 0.48rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs30);
    line-height: 0.6rem;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .other img {
    height: 12px;
    margin-right: 0.12rem;
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 1rem;
  }
  .newsinfo-wrapper .right ul {
    margin-top: 0.5rem;
  }
  .newsinfo-wrapper .right ul a {
    font-size: var(--fs15);
    height: 1rem;
    line-height: 1rem;
  }
  .newsinfo-wrapper .caption {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .en {
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .first {
    margin-top: 0.48rem;
  }
  .newsinfo-wrapper .first .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-top: 0.36rem;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .relative-box p {
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .return {
    margin: 0.6rem auto 0;
    width: 50%;
    line-height: 0.74rem;
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .return img {
    width: 10px;
    margin-left: 0.2rem;
  }
  .share-box {
    margin-top: 0.6rem;
  }
  .share-box a {
    margin-right: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .hotline-wrapper .contact ul {
    display: block;
  }
  .hotline-wrapper .contact ul li {
    text-align: left;
    margin-bottom: 0.48rem;
    padding-left: 1.3rem;
  }
  .hotline-wrapper .contact ul li:last-child {
    margin-bottom: 0;
  }
  .hotline-wrapper .circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 0.68rem;
  }
  .hotline-wrapper .info {
    margin-top: 0;
  }
  .hotline-wrapper .info p {
    font-size: var(--fs16);
    line-height: 0.36rem;
  }
  .hotline-wrapper .info a {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .social-wrapper .box-1 {
    min-height: inherit;
    background-position: center left 80%;
  }
  .social-wrapper .box-1 .info {
    width: 80%;
  }
  .social-wrapper .box-1 .line {
    width: 0.8rem;
    height: 0.06rem;
  }
  .social-wrapper .box-1 h3 {
    font-size: var(--fs24);
    margin: 0.6rem auto 0.24rem;
  }
  .social-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .social-wrapper .box-2 {
    padding-top: 1.4rem;
    background-attachment: inherit;
  }
  .social-wrapper .box-2 .main {
    width: 100%;
  }
  .social-wrapper .box-2:after {
    display: none;
  }
  .social-wrapper .box-2 .main {
    height: 8rem;
  }
  .social-wrapper .box-2 .index-title-box {
    top: 1rem;
  }
  .social-wrapper .box-2 figcaption,
  .social-wrapper .box-2 h5 {
    line-height: 0.4rem;
    font-size: var(--fs18);
  }
  .social-wrapper .box-2 .brief {
    font-size: var(--fs14);
    line-height: 0.32rem;
    max-height: 1.28rem;
    margin-top: 0.06rem;
    -webkit-line-clamp: 4;
  }
  .social-wrapper .circle-box {
    position: relative;
  }
  .social-wrapper .circle-box:after {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    top: 50%;
    margin-top: -2.8rem;
    position: absolute;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url(../img/circle_3.png) no-repeat center center;
    background-size: 100%;
  }
  .social-wrapper .circle-box li {
    width: 3rem;
  }
  .social-wrapper .circle-box li:nth-child(1) {
    left: 0.2rem;
    margin-top: -1.8rem;
  }
  .social-wrapper .circle-box li:nth-child(1) .info {
    padding-right: 0.44rem;
  }
  .social-wrapper .circle-box li:nth-child(2) {
    top: 1.6rem;
    right: 0.2rem;
  }
  .social-wrapper .circle-box li:nth-child(3) {
    bottom: 1.4rem;
    right: 0.7rem;
  }
  .social-wrapper .circle-box li figure {
    width: 1.8rem;
    height: 1.8rem;
    padding-top: 0.3rem;
  }
  .social-wrapper .circle-box li figure img {
    height: 0.7rem;
  }
  .social-wrapper .circle-box figcaption {
    font-size: var(--fs14);
    margin-top: 0.12rem;
  }
  .social-wrapper .circle-box .info {
    padding-left: 0.44rem;
  }
  .social-wrapper .logo {
    width: 1.4rem;
  }
  .social-wrapper .one {
    width: 4.8rem;
    height: 4.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -2.4rem;
    margin-top: -2.4rem;
  }
  .social-wrapper .two {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: -1.8rem;
    margin-top: -1.8rem;
  }
  .social-wrapper .box-3 {
    margin-top: 1.1rem;
  }
  .social-wrapper .box-3 .swiper-box {
    width: 100%;
  }
  .social-wrapper .box-3 .swiper-box .info {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0.3rem;
    background: rgba(0, 0, 0, 0.8);
  }
  .social-wrapper .box-3 .swiper-box .swiper-slide .pic img {
    height: 3.9rem;
  }
  .social-wrapper .box-3 .swiper-container {
    padding-bottom: 0.5rem;
  }
  .social-wrapper .box-3 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #a6836b;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:link,
  .social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:visited,
  .social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:active,
  .social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a6836b;
    width: 24px;
    border-radius: 30px;
  }
  .social-wrapper .box-3 .activity-box {
    display: none;
  }
  .social-wrapper .box-3 .time {
    font-size: var(--fs14);
    line-height: 0.3rem;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 0.08rem;
  }
  .social-wrapper .box-3 .title {
    font-size: var(--fs18);
    line-height: 0.4rem;
    height: 0.4rem;
    color: #fff;
  }
  .social-wrapper .wave {
    bottom: -60%;
  }
  .party-wrapper .content {
    font-size: 0.27rem;
    line-height: 0.48rem;
  }
  .party-wrapper .box-2 .index-title-box {
    padding: 0 0.3rem;
  }
  .party-wrapper .box-2 .box-container {
    padding: 0;
  }
  .party-wrapper .box-2 .icon {
    margin-bottom: 0.5rem;
  }
  .party-wrapper .box-2 .swiper-slide {
    width: 60%;
    padding-left: 0.64rem;
    padding-right: 0.42rem;
    height: 6.4rem;
    padding-top: 1.4rem;
  }
  .party-wrapper .box-2 .swiper-slide:hover {
    padding-top: 0.76rem;
  }
  .party-wrapper .box-2 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.26rem;
  }
  .party-wrapper .box-2 .en {
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
  .party-wrapper .box-2 .line {
    width: 0.6rem;
  }
  .party-wrapper .box-2 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    max-height: 2rem;
  }
  .party-wrapper .box-2 .swiper-container {
    padding-bottom: 0.6rem;
  }
  .party-wrapper .box-2 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #a6836b;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:link,
  .party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:visited,
  .party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:active,
  .party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a6836b;
    width: 24px;
    border-radius: 30px;
  }
  .party-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .party-wrapper .box-3 li {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .party-wrapper .box-3 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .party-wrapper .box-3 .pic img {
    height: auto;
  }
  .party-wrapper .box-3 .info {
    padding: 0.3rem 0.24rem;
  }
  .party-wrapper .box-3 h5 {
    font-size: var(--fs16);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .party-wrapper .box-3 .desc {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.36rem;
    margin-top: 0.04rem;
    margin-bottom: 0.2rem;
  }
  .about-wrapper {
    padding-bottom: 0.8rem;
  }
  .about-wrapper .box-1 {
    padding: 1.1rem 0;
  }
  .about-wrapper .box-1 .base {
    display: block;
    box-shadow: none;
  }
  .about-wrapper .box-1 .info-box,
  .about-wrapper .box-1 .video-box {
    width: 100%;
  }
  .about-wrapper .box-1 .info-box {
    padding: 0.6rem 0.48rem;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding-right: 0;
    max-height: inherit;
  }
  .about-wrapper .quicklink-box {
    margin-top: 1rem;
  }
  .about-wrapper .quicklink-box ul {
    flex-flow: wrap;
  }
  .about-wrapper .quicklink-box ul li {
    width: 33.33%;
    margin-top: 0.6rem;
  }
  .about-wrapper .quicklink-box ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-wrapper .quicklink-box .icon {
    height: 0.7rem;
  }
  .about-wrapper .quicklink-box p {
    font-size: var(--fs14);
    line-height: 0.48rem;
  }
  .about-wrapper .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about-wrapper .data ul li {
    width: 48%;
    margin-top: 1.08rem;
  }
  .about-wrapper .data ul li:nth-child(3n) {
    width: 48%;
  }
  .about-wrapper .data ul li:nth-child(-n+2) {
    margin-top: 0.4rem;
  }
  .about-wrapper .box-2 {
    background-attachment: inherit;
    min-height: 6rem;
  }
  .about-wrapper .box-3 .year-box {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-3 .year-box:before {
    top: 0.4rem;
  }
  .about-wrapper .box-3 .year-box .swiper-container {
    padding-top: 0.3rem;
  }
  .about-wrapper .box-3 .year-box .swiper-slide {
    width: 33.33%;
  }
  .about-wrapper .box-3 .year-box .swiper-slide.on p {
    font-size: var(--fs24);
  }
  .about-wrapper .box-3 .year-box .swiper-slide p {
    line-height: 0.44rem;
    margin-top: 0;
  }
  .about-wrapper .box-3 .year-box .icon {
    width: 0.6rem;
    height: 0.5rem;
    top: -0.05rem;
  }
  .about-wrapper .box-3 .year-box .icon:before {
    top: -0.24rem;
    background-size: 0.3rem;
  }
  .about-wrapper .box-3 .year-box .icon:after {
    top: -0.14rem;
  }
  .about-wrapper .box-3 .year-box .icon i {
    width: 0.3rem;
    height: 0.3rem;
    top: 0;
  }
  .about-wrapper .box-3 .year-box .icon i:after {
    width: 0.16rem;
    height: 0.12rem;
    margin-left: -0.08rem;
    margin-top: -0.06rem;
  }
  .about-wrapper .box-3 .detail-box .swiper-slide {
    display: block;
  }
  .about-wrapper .box-3 .detail-box .pic {
    width: 100%;
  }
  .about-wrapper .box-3 .detail-box .info {
    width: 100%;
    display: block;
  }
  .about-wrapper .box-3 .detail-box .inner {
    padding: 0.6rem 0.48rem;
  }
  .about-wrapper .box-3 .year {
    font-size: var(--fs48);
  }
  .about-wrapper .box-3 .line {
    width: 0.6rem;
    margin: 0.36rem 0 0.48rem;
  }
  .about-wrapper .box-3 .desc,
  .about-wrapper .box-3 .desc li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-3 .desc {
    height: 2.64rem;
    padding-right: 0.2rem;
  }
  .about-wrapper .box-3 .desc li {
    padding-left: 0.32rem;
  }
  .about-wrapper .box-3 .desc li:before {
    width: 4px;
    height: 4px;
    top: calc((0.44rem - 4px) / 2);
  }
  .about-wrapper .year-box:before {
    top: 0.24rem;
  }
  .about-wrapper .year-box .box-container {
    padding: 0 0.8rem;
  }
  .about-wrapper .year-box .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.1rem;
  }
  .about-wrapper .box-4 .index-title-box {
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-4 .swiper-container {
    padding: 5px 0;
  }
  .about-wrapper .box-4 .swiper-container:first-child {
    padding-top: 24px;
  }
  .about-wrapper .box-4 .swiper-container:last-child {
    padding-bottom: 24px;
  }
  .about-wrapper .box-4 .swiper-slide {
    border-radius: 6px;
  }
  .about-wrapper .box-4 .swiper-slide img {
    height: 1.2rem;
  }
  .honor-wrapper .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .list ul {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0%;
    display: none;
  }
  .honor-wrapper .list ul.has {
    display: block;
  }
  .honor-wrapper .list li {
    height: 2.36rem;
    margin-bottom: 0.3rem;
  }
  .honor-wrapper .list li:hover {
    height: 3.3rem;
  }
  .honor-wrapper .list li:hover .on {
    height: 1.68rem;
  }
  .honor-wrapper .list .init {
    height: 0.7rem;
  }
  .honor-wrapper .list p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    height: 0.8rem;
    -webkit-line-clamp: 2;
    margin-top: 0.2rem;
  }
  .culture-wrapper .cat-box a {
    font-size: var(--fs16);
    line-height: 0.44rem;
    padding-bottom: 0.24rem;
  }
  .culture-wrapper .cat-box a:after {
    height: 0.04rem;
  }
  .culture-wrapper .box-1 .pic img {
    height: 6rem;
    object-fit: cover;
  }
  .culture-wrapper .box-1 .info .box-container .desc,
  .culture-wrapper .box-1 .info .box-container .brief,
  .culture-wrapper .box-1 .info .box-container h3 {
    width: 100%;
  }
  .culture-wrapper .box-1 .icon {
    height: 0.8rem;
    margin-bottom: 0.36rem;
  }
  .culture-wrapper .box-1 .en {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .culture-wrapper .box-1 h3 {
    font-size: var(--fs24);
    margin: 0.06rem 0 0.3rem;
  }
  .culture-wrapper .box-1 .line {
    width: 0.6rem;
  }
  .culture-wrapper .box-1 .brief {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.38rem 0 0.1rem;
  }
  .culture-wrapper .box-1 .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .culture-wrapper .box-2 .swiper-slide a {
    display: block;
  }
  .culture-wrapper .box-2 .pic {
    width: 100%;
  }
  .culture-wrapper .box-2 .pic img {
    height: 4rem;
    object-fit: cover;
  }
  .culture-wrapper .box-2 .info {
    width: 100%;
    padding: 0.5rem 0.36rem;
  }
  .culture-wrapper .box-2 .en {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .culture-wrapper .box-2 h5 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.1rem auto 0.24rem;
  }
  .culture-wrapper .box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .culture-wrapper .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 1.75rem;
    bottom: auto;
  }
  .culture-wrapper .btn a {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.2rem;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .culture-wrapper .btn .prev {
    left: -0.3rem;
  }
  .culture-wrapper .btn .next {
    right: -0.3rem;
  }
  .culture-wrapper .wave {
    bottom: -39%;
  }
  .stock-wrapper .box-1 .box-container {
    display: block;
  }
  .stock-wrapper .box-1 .info {
    width: 100%;
  }
  .stock-wrapper .box-1 h1 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .stock-wrapper .box-1 .desc {
    line-height: 0.44rem;
    margin: 0.4rem auto 0.32rem;
  }
  .stock-wrapper .box-1 .number {
    font-size: var(--fs16);
  }
  .stock-wrapper .box-1 .number span {
    font-size: var(--fs30);
    margin-right: 0.12rem;
  }
  .stock-wrapper .frame {
    width: 100%;
    margin-top: 0.6rem;
  }
  .stock-wrapper .datas li {
    padding-right: 0.1rem;
  }
  .stock-wrapper .datas p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .stock-wrapper .datas .num {
    font-size: var(--fs24);
    line-height: 0.4rem;
  }
  .support-wrapper .message-box .text {
    padding-left: 1.6rem;
  }
  .support-wrapper .message-box .msg {
    height: 2.6rem;
  }
  .service-wrapper .box-1 {
    padding-bottom: 1.1rem;
  }
  .service-wrapper .box-1 .main {
    display: block;
  }
  .service-wrapper .box-1 .left {
    width: 100%;
  }
  .service-wrapper .box-1 .left h3 {
    font-size: var(--fs20);
    margin-bottom: 0.3rem;
  }
  .service-wrapper .box-1 .left .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0.48rem auto 0.48rem;
  }
  .service-wrapper .box-1 .left .line {
    width: 0.6rem;
  }
  .service-wrapper .box-1 .contact ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .service-wrapper .box-1 .contact li {
    width: 48%;
    line-height: 0.44rem;
  }
  .service-wrapper .box-1 .contact li:nth-child(-n+2) p {
    height: 0.88rem;
  }
  .service-wrapper .box-1 .contact p {
    font-size: var(--fs14);
    margin-bottom: 0.04rem;
  }
  .service-wrapper .box-1 .contact a {
    line-height: 0.4rem;
  }
  .service-wrapper .box-1 .contact figure {
    width: 1.4rem;
    margin-top: 0.16rem;
  }
  .service-wrapper .box-1 .index-more {
    margin-top: 0.6rem;
  }
  .service-wrapper .box-1 .right {
    width: 100%;
    margin-top: 0.8rem;
  }
  .service-wrapper .box-1 .right .icon {
    height: 0.7rem;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0.4rem;
    z-index: 10;
  }
  .service-wrapper .box-1 .right li {
    position: relative;
    align-items: flex-start;
    padding: 1.3rem 0 0.6rem;
  }
  .service-wrapper .box-1 .right li:first-child {
    padding-top: 1.3rem;
  }
  .service-wrapper .box-1 .right h4 {
    font-size: var(--fs18);
  }
  .service-wrapper .box-1 .right .en {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.06rem;
  }
  .service-wrapper .box-1 .right .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    width: 60%;
  }
  .service-wrapper .box-2 {
    min-height: inherit;
    padding: 1.4rem 0;
  }
  .service-wrapper .box-2 .data {
    margin-top: 1rem;
  }
  .service-wrapper .box-2 .data ul {
    justify-content: flex-start;
  }
  .service-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .service-wrapper .box-3 li {
    position: relative;
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.3rem 0.3rem 0.9rem;
  }
  .service-wrapper .box-3 li:nth-child(3) {
    margin-top: 0.3rem;
  }
  .service-wrapper .box-3 li h5 {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .service-wrapper .box-3 li .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    min-height: 1.32rem;
    margin: 0.12rem auto;
  }
  .service-wrapper .box-3 li a {
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
    z-index: 10;
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .service-wrapper .box-3 li a i {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.15rem;
  }
  .smartPark-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .smartPark-wrapper .value-box {
    background-attachment: inherit;
  }
  .smartPark-wrapper .swiper-btn {
    background-size: 0.18rem;
  }
  .platform-box .swiper-box p {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.2rem;
  }
  .platform-box .swiper-box .box-container {
    padding: 0;
  }
  .platform-box .swiper-box .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .platform-box .info {
    top: 0.7rem;
  }
  .platform-box .en {
    font-size: var(--fs15);
    line-height: 0.36rem;
  }
  .platform-box h3 {
    font-size: var(--fs24);
    margin: 0.2rem 0 0.36rem;
  }
  .platform-box .en,
  .platform-box h3,
  .platform-box .desc {
    width: 100%;
  }
  .platform-box .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    max-height: 2.64rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .platform-box .swiper-slide {
    width: 50%;
    padding: 0.3rem 0.2rem;
  }
  .platform-box .swiper-btn {
    background-size: 0.18rem;
  }
  .platform-box .prev {
    left: 0;
  }
  .platform-box .next {
    right: 0;
  }
  .case-box .info {
    padding: 0.48rem 0.4rem;
  }
  .case-box h5 {
    font-size: var(--fs18);
  }
  .case-box figcaption {
    font-size: var(--fs18);
    bottom: 0.4rem;
    line-height: 0.44rem;
    padding: 0 0.4rem;
  }
  .case-box .prev {
    left: -0.3rem;
  }
  .case-box .next {
    right: -0.3rem;
  }
  .case-box .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .green .value-box .swiper-slide {
    width: 48%;
  }
  .green .page-nav-wrapper .intruction-caption {
    background: #45b474;
  }
  .blue .value-box .swiper-slide {
    width: 48%;
  }
  .blue .page-nav-wrapper .intruction-caption {
    background: #4a9ecf;
  }
  .blue .value-box .swiper-box p {
    font-size: var(--fs18);
  }
  .blue .introduction-box .box-container {
    flex-direction: inherit;
  }
  .value-box {
    padding: 1rem 0;
  }
  .value-box .swiper-box {
    margin-top: 0.6rem;
  }
  .value-box .swiper-slide {
    width: 48%;
    height: 4rem;
  }
  .value-box .info p {
    font-size: var(--fs18);
    line-height: 0.48rem;
    padding: 0 0.2rem;
    margin-top: 0.48rem;
  }
  .value-box .info h4 {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin: 0.48rem auto 0.1rem;
  }
  .value-box .info .brief {
    line-height: 0.4rem;
  }
  .value-box .prev {
    left: -0.3rem;
  }
  .value-box .next {
    right: -0.3rem;
  }
  .canvas {
    bottom: -4rem;
    height: 6rem;
  }
  .introduction-box .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .introduction-box .pic {
    width: 100%;
  }
  .introduction-box .info {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .introduction-box .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .introduction-box .content li {
    font-size: var(--fs15);
    padding-left: 0.6rem;
    line-height: 0.44rem;
    background-size: 0.3rem;
    background-position: top 0.12rem left;
  }
  .introduction-box .partner {
    margin-top: 0.48rem;
  }
  .introduction-box .partner ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .introduction-box .partner li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
  }
  .introduction-box .partner .brief {
    font-size: var(--fs14);
    line-height: 0.36rem;
    max-height: 1.08rem;
  }
  .introduction-box .partner figure img {
    height: 1.8rem;
  }
  .introduction-box .partner .hidebox {
    padding: 0 0.36rem;
  }
  .solution-box .swiper-slide {
    width: 50%;
  }
  .solution-box .swiper-slide .pic img {
    height: 4.4rem;
    object-fit: cover;
  }
  .solution-box .swiper-slide h4 {
    font-size: var(--fs16);
  }
  .solution-box .info {
    padding: 0 0.48rem;
  }
  .solution-box .item.on {
    background-size: cover;
  }
  .solution-box .item h4 {
    font-size: var(--fs20);
    margin-top: 0.4rem;
  }
  .solution-box .item p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .solution-box .icon {
    height: 0.7rem;
  }
  .solution-box h4 {
    margin-top: 0.3rem;
    line-height: 0.44rem;
  }
  .solution-box .swiper-btn {
    background-size: 0.16rem;
  }
  .solution-box .prev {
    left: 0;
  }
  .solution-box .next {
    right: 0;
  }
  .solutioninfo-box .swiper-slide {
    display: block;
  }
  .solutioninfo-box .pic,
  .solutioninfo-box .info {
    width: 100%;
  }
  .solutioninfo-box .info {
    padding: 0.6rem;
    display: block;
  }
  .solutioninfo-box h5 {
    font-size: var(--fs24);
  }
  .solutioninfo-box .line {
    width: 0.6rem;
    margin: 0.4rem 0;
  }
  .solutioninfo-box .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
    max-height: 1.76rem;
  }
  .smartElectrical-wrapper .box-2 {
    padding: 1rem 0;
  }
  .smartElectrical-wrapper .box-2 .index-title-box {
    margin-bottom: 0.4rem;
  }
  .smartElectrical-wrapper .box-2 ul {
    flex-flow: wrap;
    justify-content: center;
    padding: 0 0.3rem;
  }
  .smartElectrical-wrapper .box-2 li {
    width: 33.33%;
    height: 5.8rem;
    padding-top: 3.4rem;
  }
  .smartElectrical-wrapper .box-2 li:nth-child(even) {
    margin-top: 0;
  }
  .smartElectrical-wrapper .box-2 li:hover .icon,
  .smartElectrical-wrapper .box-2 li:hover h5 {
    display: none;
  }
  .smartElectrical-wrapper .box-2 li.on:hover .feature_line_wrap {
    height: 1.1rem;
    margin: 0.9rem auto 0;
  }
  .smartElectrical-wrapper .box-2 .info {
    width: 3rem;
    height: 3rem;
    padding: 0.4rem 0.4rem 0;
  }
  .smartElectrical-wrapper .box-2 .info:before {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
  .smartElectrical-wrapper .box-2 .icon {
    height: 0.7rem;
  }
  .smartElectrical-wrapper .box-2 h5 {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .smartElectrical-wrapper .box-2 .desc {
    margin-top: 0;
    line-height: 0.4rem;
    font-size: var(--fs14);
  }
  .smartLighting-wrapper .box-2 {
    padding: 1.1rem 0 1.4rem;
  }
  .smartLighting-wrapper .box-2 .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    background: url(../img/circlebg4.png) no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
  }
  .smartLighting-wrapper .box-2 .icon img {
    height: 0.7rem;
  }
  .smartLighting-wrapper .box-2 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .smartLighting-wrapper .box-2 li {
    width: 48%;
    height: auto;
    margin-top: 0.6rem;
  }
  .smartLighting-wrapper .box-2 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .smartLighting-wrapper .box-2 .info {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0;
    transform: none;
  }
  .smartLighting-wrapper .box-2 .info:before {
    display: none;
  }
  .smartLighting-wrapper .box-2 .inner {
    padding: 0;
  }
  .smartLighting-wrapper .box-2 h5 {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin: 0.48rem auto 0.12rem;
  }
  .smartLighting-wrapper .box-2 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .solutioninfo-wrapper .box-1 .content {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-slide {
    border-radius: 0.3rem;
    width: 100%;
    padding: 0.8rem 0.48rem;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
  }
  .solutioninfo-wrapper .box-2 .swiper-slide .icon img {
    height: 0.7rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-slide h5,
  .solutioninfo-wrapper .box-2 .swiper-slide .brief {
    padding: 0 0.2rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-slide .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: 1.32rem;
    margin-top: 0.36rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-slide .brief::-webkit-scrollbar {
    width: 2px;
  }
  .solutioninfo-wrapper .box-2 h5 {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin: 0.48rem auto 0.2rem;
  }
  .solutioninfo-wrapper .box-2 .line {
    width: 0.6rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-btn {
    background-size: 0.16rem;
  }
  .solutioninfo-wrapper .box-2 .prev {
    left: -0.3rem;
  }
  .solutioninfo-wrapper .box-2 .next {
    right: -0.3rem;
  }
  .coreGoods-box .swiper-slide {
    width: 3148%;
  }
  .coreGoods-box .swiper-slide p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.72rem;
    -webkit-line-clamp: 2;
  }
  .coreGoods-box .info {
    margin-top: 0.36rem;
  }
  .coreGoods-box .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .coreGoods-box .swiper-btn {
    background-size: 0.16rem;
    margin-top: -0.8rem;
  }
  .coreGoods-box .prev {
    left: -0.3rem;
  }
  .coreGoods-box .next {
    right: -0.3rem;
  }
  .smartCity-wrapper .box-2 .mainbg .rel img {
    display: block;
    width: 100%;
  }
  .smartCity-wrapper .box-2 ul {
    flex-flow: wrap;
    justify-content: center;
  }
  .smartCity-wrapper .box-2 li {
    width: 33.33%;
    z-index: 1;
  }
  .smartCity-wrapper .box-2 li:hover {
    z-index: 10;
  }
  .smartCity-wrapper .box-2 li:nth-child(odd) {
    margin-top: 0;
  }
  .smartCity-wrapper .box-2 .base {
    width: 1.9rem;
    height: 1.9rem;
  }
  .smartCity-wrapper .box-2 .base .key,
  .smartCity-wrapper .box-2 .base h5 {
    font-size: var(--fs16);
  }
  .smartCity-wrapper .box-2 .icon {
    height: 0.7rem;
  }
  .smartCity-wrapper .box-2 .inner {
    line-height: 0.4rem;
    padding: 0.24rem;
  }
  .smartCity-wrapper .box-2 .key {
    font-family: "cn_medium";
  }
  .smartCity-wrapper .box-2 .hidebox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 0.25rem 0.2rem;
  }
  .smartCity-wrapper .box-2 .hidebox:before {
    display: none;
  }
  .smartCity-wrapper .box-2 .hidebox h5 {
    font-size: var(--fs15);
  }
  .smartCity-wrapper .box-2 .hidebox .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .cate-box {
    margin-bottom: 1rem;
  }
  .cate-box a:after {
    height: 1.6rem;
  }
  .cate-box .icon {
    height: 0.7rem;
  }
  .cate-box p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .index-title-box .line {
    width: 0.6rem;
    margin-top: 0.36rem;
  }
  .scene-box .box-container {
    padding: 0;
  }
  .scene-box .swiper-container {
    padding: 14px;
  }
  .scene-box .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .scene-box .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .scene-box .swiper-slide:not(.noHover):hover h4 {
    line-height: 0.48rem;
  }
  .scene-box .swiper-slide:not(.noHover):hover .info {
    height: 4.2rem;
    padding-top: 0.4rem;
  }
  .scene-box .info {
    height: 1.1rem;
    padding: 0 0.6rem 0.48rem;
  }
  .scene-box h4 {
    font-size: var(--fs20);
    line-height: 1.1rem;
    margin-bottom: 0.12rem;
  }
  .scene-box .desc {
    -webkit-line-clamp: 6;
    height: 2.64rem;
    line-height: 0.44rem;
  }
  .scene-box .swiper-btn {
    background-size: 0.16rem;
    margin-top: -0.3rem;
  }
  .scene-box .prev {
    left: 0;
  }
  .scene-box .next {
    right: 0;
  }
  .info-wrapper > .box-container {
    padding: 0;
  }
  .info-wrapper .introduction-box:after {
    height: 4.8rem;
  }
  .info-wrapper .box-2 .index-title-box {
    position: static;
    text-align: center;
    width: 100%;
  }
  .info-wrapper .box-2 .index-title-box .line {
    margin-left: auto;
    margin-right: auto;
  }
  .info-wrapper .box-2 .info,
  .info-wrapper .box-2 .index-title-box {
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .info-wrapper .box-2 .info {
    padding: 0.6rem 0.3rem;
    position: static;
    width: 100%;
  }
  .info-wrapper .box-2 h3 {
    font-size: var(--fs20);
  }
  .info-wrapper .box-2 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin: 0.12rem auto 0.3rem;
  }
  .info-wrapper .box-2 .swiper-btn {
    background-size: 0.16rem;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    transform: none;
    top: 1.34rem;
  }
  .info-wrapper .box-2 .prev {
    left: 0rem;
  }
  .info-wrapper .box-2 .next {
    right: 0rem;
  }
  .info-wrapper .thumbs ul {
    flex-flow: wrap;
  }
  .info-wrapper .thumbs li {
    width: 33.33%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-top: 0.2rem;
  }
  .info-wrapper .thumbs li:nth-child(-n+3) {
    margin-top: 0;
  }
  .info-wrapper .thumbs li:nth-child(3n):after {
    display: none;
  }
  .info-wrapper .thumbs li:first-child {
    width: 33.33%;
    padding-right: 0.1rem;
  }
  .info-wrapper .thumbs li:after {
    height: 0.6rem;
  }
  .info-wrapper .thumbs p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
  .energy-wrapper .introduction-box:after {
    width: 6rem;
    height: 6rem;
  }
  .energy-wrapper .box-3 .pic {
    width: 70%;
  }
  .energy-wrapper .box-3 .list {
    margin-top: 0.8rem;
  }
  .energy-wrapper .box-3 .list ul {
    flex-flow: wrap;
  }
  .energy-wrapper .box-3 .list li {
    width: 100%;
    margin-bottom: 0.3rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0.6rem;
  }
  .energy-wrapper .box-3 .list li:last-child {
    margin-bottom: 0;
  }
  .energy-wrapper .box-3 .list li:nth-child(2) {
    margin-top: 0;
  }
  .energy-wrapper .box-3 .list .icon {
    height: 0.7rem;
    margin-bottom: 0.24rem;
  }
  .energy-wrapper .box-3 .list h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
  }
  .energy-wrapper .box-3 .list .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .energy-wrapper .box-3 .line {
    border-radius: 25px 25px 0 0;
  }
  .energy-wrapper .box-3 .line_1 {
    width: 0.2rem;
    height: 1.8rem;
    top: 0.6rem;
  }
  .energy-wrapper .box-3 .line_2 {
    left: 1rem;
    width: 0.6rem;
    height: 2.6rem;
  }
  .energy-wrapper .box-3 .line_3 {
    top: 0;
    right: 34%;
  }
  .energy-wrapper .box-3 .line_4 {
    top: 0.32rem;
    width: 0.4rem;
    height: 4rem;
  }
  .energy-wrapper .box-3 .line_3,
  .energy-wrapper .box-3 .line_5 {
    width: 0.5rem;
    height: 1.8rem;
  }
  .energy-wrapper .box-3 .line_5 {
    top: 15%;
  }
  .info2-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .research-wrapper .box-1 {
    display: block;
  }
  .research-wrapper .box-1 .left {
    position: static;
    width: 100%;
    padding: 1rem 0.3rem 0;
    margin: 0 auto 0.6rem;
    transform: none;
  }
  .research-wrapper .box-1 .right {
    width: 100%;
    height: 7rem;
    overflow: hidden;
  }
  .research-wrapper .box-1 .line {
    width: 0.64rem;
    height: 0.04rem;
  }
  .research-wrapper .box-1 .content {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .research-wrapper .box-2 {
    height: auto;
    background: none;
    margin-top: 0.4rem;
  }
  .research-wrapper .box-2 .box-container {
    background: url(../img/research2bg.jpg) no-repeat center center;
    background-size: cover;
    height: 6.6rem;
    overflow: hidden;
  }
  .research-wrapper .box-2 .index-title-box {
    position: static;
  }
  .research-wrapper .box-2 .list {
    width: 7rem;
    height: 7rem;
    margin: -0.2rem auto;
  }
  .research-wrapper .box-2 .list p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .research-wrapper .box-2 .ball {
    width: 80%;
    left: 10%;
    top: 10%;
    height: 80%;
  }
  .research-wrapper .box-2 .ball img {
    width: 30%;
  }
  .research-wrapper .box-2 li {
    width: 26%;
  }
  .research-wrapper .box-2 li:first-child,
  .research-wrapper .box-2 li:nth-child(2) {
    top: 24%;
  }
  .research-wrapper .box-2 li:nth-child(2),
  .research-wrapper .box-2 li:nth-child(4) {
    right: 0;
  }
  .research-wrapper .box-2 li:nth-child(5) {
    bottom: 0.6rem;
  }
  .research-wrapper .box-2 .icon {
    height: 0.7rem;
  }
  .research-wrapper .box-3 {
    overflow: hidden;
  }
  .research-wrapper .box-3 .data {
    margin-bottom: 0.6rem;
  }
  .research-wrapper .box-3 .data ul li {
    margin-right: 0.4rem;
  }
  .research-wrapper .box-3 .box-container {
    padding: 0;
  }
  .research-wrapper .box-3 .swiper-box {
    margin-top: -0.3rem;
  }
  .research-wrapper .box-3 .index-title-box {
    padding: 0 0.3rem;
  }
  .research-wrapper .box-3 .swiper-container {
    padding: 0.6rem 0;
  }
  .research-wrapper .box-3 .swiper-slide {
    width: 3rem;
  }
  .research-wrapper .box-3 .prev {
    left: 0;
  }
  .research-wrapper .box-3 .next {
    right: 0;
  }
  .research-wrapper .box-4 {
    background-attachment: inherit;
  }
  .research-wrapper .box-4 .box-container {
    padding: 0;
  }
  .research-wrapper .box-4 .swiper-container {
    padding: 0 0.3rem;
  }
  .research-wrapper .box-4 .swiper-slide {
    width: 48%;
    margin-right: 0;
    padding: 0.4rem 0.3rem 0.36rem;
  }
  .research-wrapper .box-4 .swiper-slide img {
    margin-bottom: 0.36rem;
    height: 0.5rem;
  }
  .research-wrapper .box-4 .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.36rem;
  }
  .research-wrapper .box-4 .prev {
    left: 0;
  }
  .research-wrapper .box-4 .next {
    right: 0;
  }
  .research-wrapper .data li {
    width: 26%;
  }
  .research-wrapper .map {
    height: 9rem;
    margin-top: 0.8rem;
  }
  .research-wrapper .map .list {
    display: none;
  }
  .research-wrapper .infos {
    width: 3.6rem;
    padding: 8px 0 0 8px;
  }
  .research-wrapper .infos h5 {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .research-wrapper .infos p {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.96rem;
}
.pageNum a {
  display: inline-block;
  font-size: var(--fs14);
  font-family: "arial";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #4d4d4d;
  background-color: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum a.dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  font-family: "黑体";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #a6836b;
}
.pageMore {
  display: none;
  margin-top: 0.8rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #a6836b;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #a6836b;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "en_regular";
}
@media screen and (max-width: 1600px) {
  .pageNum {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper {
    padding-top: 1.6rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #a6836b;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs16: 14px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs15: 0.26rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .sidebar-box {
    width: 0.64rem;
  }
  .sidebar-box li > a {
    height: 0.66rem;
    padding: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .sidebar-box p {
    display: none;
  }
  .sidebar-box img {
    width: 0.32rem;
  }
  .sidebar-box .hidebox {
    width: 2.5rem;
  }
  .sidebar-box .hidebox.qrcode {
    width: 2.4rem;
  }
  .sidebar-box .tel .hidebox {
    width: 3.3rem;
  }
  .sidebar-box .tel .hidebox a {
    font-size: var(--fs18);
    line-height: 0.66rem;
    padding: 0 0.3rem;
  }
  .qrcodes {
    right: calc(100% + 0.1rem);
    transform: translateX(0.4rem);
    -webkit-transform: translateX(0.4rem);
    -moz-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    -o-transform: translateX(0.4rem);
  }
  .qrcodes .inner {
    padding: 0.15rem 0;
  }
  .qrcodes .inner .item {
    width: 1.5rem;
    padding: 0 0.15rem;
  }
  .qrcodes p {
    line-height: 18px;
    display: block;
    font-size: 10px;
  }
}
.gotop {
  display: none;
}
.mask,
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mask {
  width: 100%;
  z-index: 31;
  background-color: rgba(0, 0, 0, 0.66);
}
.video-modal {
  z-index: 32;
}
.video-modal.before {
  z-index: -1;
}
.video-modal .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%!important;
  height: 100%;
}
.video-modal .w1200 {
  text-align: center;
}
.video-modal .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal .box {
  position: relative;
  display: inline-block;
}
.video-modal .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.video-modal .close:hover {
  transform: rotate(90deg);
}
@media screen and (max-width: 1004px) {
  .video-modal .w1200 video {
    max-height: 90vh;
  }
  .video-modal .close {
    width: 0.36rem;
    height: 0.36rem;
    top: -0.6rem;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes iconScale {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
}
@keyframes circleL {
  100% {
    transform: rotate(-1turn);
  }
}
@keyframes circleR {
  100% {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes PointerBtn {
  0% {
    pointer-events: none;
  }
  100% {
    pointer-events: auto;
  }
}
@keyframes PointerBtn {
  0% {
    pointer-events: none;
  }
  100% {
    pointer-events: auto;
  }
}
@-webkit-keyframes icon_scale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  20% {
    width: 300%;
    height: 300%;
    opacity: 0.6;
  }
  40% {
    width: 500%;
    height: 500%;
    opacity: 0.4;
  }
  60% {
    width: 700%;
    height: 700%;
    opacity: 0.2;
  }
  80% {
    width: 900%;
    height: 900%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes icon_scale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  20% {
    width: 300%;
    height: 300%;
    opacity: 0.6;
  }
  40% {
    width: 500%;
    height: 500%;
    opacity: 0.4;
  }
  60% {
    width: 700%;
    height: 700%;
    opacity: 0.2;
  }
  80% {
    width: 900%;
    height: 900%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
